Searched refs:CheckLongPressHelper (Results 1 – 5 of 5) sorted by relevance
30 public class CheckLongPressHelper { class45 public CheckLongPressHelper(View v) { in CheckLongPressHelper() method in CheckLongPressHelper49 public CheckLongPressHelper(View v, View.OnLongClickListener listener) { in CheckLongPressHelper() method in CheckLongPressHelper
158 private final CheckLongPressHelper mLongPressHelper;287 mLongPressHelper = new CheckLongPressHelper(this); in BubbleTextView()
41 import com.android.launcher3.CheckLongPressHelper;71 private final CheckLongPressHelper mLongPressHelper;89 mLongPressHelper = new CheckLongPressHelper(this, this); in LauncherAppWidgetHostView()
54 import com.android.launcher3.CheckLongPressHelper;113 private final CheckLongPressHelper mLongPressHelper;138 mLongPressHelper = new CheckLongPressHelper(this); in WidgetCell()
52 import com.android.launcher3.CheckLongPressHelper;103 private CheckLongPressHelper mLongPressHelper;166 mLongPressHelper = new CheckLongPressHelper(this); in init()