Searched refs:CheckLongPressHelper (Results 1 – 5 of 5) sorted by relevance
26 public class CheckLongPressHelper { class40 public CheckLongPressHelper(View v) { in CheckLongPressHelper() method in CheckLongPressHelper44 public CheckLongPressHelper(View v, View.OnLongClickListener listener) { in CheckLongPressHelper() method in CheckLongPressHelper
141 private final CheckLongPressHelper mLongPressHelper;226 mLongPressHelper = new CheckLongPressHelper(this); in BubbleTextView()
38 import com.android.launcher3.CheckLongPressHelper;65 private final CheckLongPressHelper mLongPressHelper;94 mLongPressHelper = new CheckLongPressHelper(this, this); in LauncherAppWidgetHostView()
47 import com.android.launcher3.CheckLongPressHelper;129 private final CheckLongPressHelper mLongPressHelper;150 mLongPressHelper = new CheckLongPressHelper(this); in WidgetCell()
48 import com.android.launcher3.CheckLongPressHelper;99 private CheckLongPressHelper mLongPressHelper;167 mLongPressHelper = new CheckLongPressHelper(this); in init()