HomeSort by relevance Sort by last modified time
    Searched refs:mPendingCheckForLongPress (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetHostView.java 34 private CheckForLongPress mPendingCheckForLongPress;
66 if (mPendingCheckForLongPress != null) {
67 removeCallbacks(mPendingCheckForLongPress);
97 if (mPendingCheckForLongPress == null) {
98 mPendingCheckForLongPress = new CheckForLongPress();
100 mPendingCheckForLongPress.rememberWindowAttachCount();
101 postDelayed(mPendingCheckForLongPress, ViewConfiguration.getLongPressTimeout());
109 if (mPendingCheckForLongPress != null) {
110 removeCallbacks(mPendingCheckForLongPress);
  /frameworks/base/core/java/android/widget/
AbsListView.java 412 private CheckForLongPress mPendingCheckForLongPress;
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 216 milliseconds