Home
last modified time | relevance | path

Searched refs:mGotDrawable (Results 1 – 1 of 1) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DCachingIconLoader.kt78 private var mGotDrawable = false variable
83 if (mGotDrawable) throw IllegalStateException("set() may only be called once.") in set()
84 mGotDrawable = true in set()
96 if (mGotDrawable) { in create()