Searched refs:ItemLongClickListener (Results 1 – 10 of 10) sorted by relevance
44 public class ItemLongClickListener { class47 ItemLongClickListener::onWorkspaceItemLongClick;50 ItemLongClickListener::onAllAppsItemLongClick;
25 import com.android.launcher3.touch.ItemLongClickListener;140 return ItemLongClickListener.INSTANCE_WORKSPACE; in getWorkspaceChildOnLongClickListener()
47 import com.android.launcher3.touch.ItemLongClickListener;197 icon.setOnLongClickListener(ItemLongClickListener.INSTANCE_ALL_APPS); in applyPredictionApps()
42 import com.android.launcher3.touch.ItemLongClickListener;102 if (!ItemLongClickListener.canStartDrag(mActivityContext)) return false; in onLongClick()
43 import com.android.launcher3.touch.ItemLongClickListener;131 setOnLongClickListener(ItemLongClickListener.INSTANCE_WORKSPACE); in pin()
50 import com.android.launcher3.touch.ItemLongClickListener;280 ItemLongClickListener.beginDrag(icon, mLauncher, item, dragOptions); in showForIcon()
55 import com.android.launcher3.touch.ItemLongClickListener;94 if (!ItemLongClickListener.canStartDrag(mLauncher)) return false;
68 import com.android.launcher3.touch.ItemLongClickListener;657 if (!ItemLongClickListener.canStartDrag(mLauncher)) return false;
46 import com.android.launcher3.touch.ItemLongClickListener;450 ItemLongClickListener.beginDrag(item, mLauncher, info, options); in beginAccessibleDrag()
18 import static com.android.launcher3.touch.ItemLongClickListener.INSTANCE_ALL_APPS;