Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsGridAdapter.java18 import static com.android.launcher3.touch.ItemLongClickListener.INSTANCE_ALL_APPS;
180 private OnLongClickListener mOnIconLongClickListener = INSTANCE_ALL_APPS;
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemLongClickListener.java47 public static final OnLongClickListener INSTANCE_ALL_APPS = field in ItemLongClickListener
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionRowView.java250 icon.setOnLongClickListener(ItemLongClickListener.INSTANCE_ALL_APPS); in applyPredictionApps()