findBestMatch

open fun findBestMatch(state: Array<Int>): DrawableState
open fun findBestMatch(state: DrawableState, available: Array<DrawableState>): DrawableState
open fun findBestMatch(state: Array<Int>, available: Array<DrawableState>): DrawableState