Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DDrawableFactory.java37 import com.android.launcher3.allapps.AllAppsBackgroundDrawable;
104 public AllAppsBackgroundDrawable getAllAppsBackground(Context context) { in getAllAppsBackground()
105 return new AllAppsBackgroundDrawable(context); in getAllAppsBackground()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsBackgroundDrawable.java35 public class AllAppsBackgroundDrawable extends Drawable { class
98 public AllAppsBackgroundDrawable(Context context) { in AllAppsBackgroundDrawable() method in AllAppsBackgroundDrawable
DAllAppsRecyclerView.java53 private AllAppsBackgroundDrawable mEmptySearchBackground;
/packages/apps/Launcher3/
Dproguard.flags5 -keep class com.android.launcher3.allapps.AllAppsBackgroundDrawable {