Searched refs:mEmptySearchBackground (Results 1 – 1 of 1) sorted by relevance
60 private AllAppsBackgroundDrawable mEmptySearchBackground; field in AllAppsRecyclerView130 if (mEmptySearchBackground != null && mEmptySearchBackground.getAlpha() > 0) { in onDraw()131 mEmptySearchBackground.draw(c); in onDraw()139 return who == mEmptySearchBackground || super.verifyDrawable(who); in verifyDrawable()162 if (mEmptySearchBackground == null) { in onSearchResultsChanged()163 mEmptySearchBackground = new AllAppsBackgroundDrawable(getContext()); in onSearchResultsChanged()164 mEmptySearchBackground.setAlpha(0); in onSearchResultsChanged()165 mEmptySearchBackground.setCallback(this); in onSearchResultsChanged()168 mEmptySearchBackground.animateBgAlpha(1f, 150); in onSearchResultsChanged()169 } else if (mEmptySearchBackground != null) { in onSearchResultsChanged()[all …]