Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsBackgroundDrawable.java38 public class AllAppsBackgroundDrawable extends Drawable { class
101 public AllAppsBackgroundDrawable(Context context) { in AllAppsBackgroundDrawable() method in AllAppsBackgroundDrawable
DAllAppsRecyclerView.java64 private AllAppsBackgroundDrawable mEmptySearchBackground;
191 mEmptySearchBackground = new AllAppsBackgroundDrawable(getContext()); in onSearchResultsChanged()