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;
65 if (mPendingCheckForLongPress != null) {
66 removeCallbacks(mPendingCheckForLongPress);
96 if (mPendingCheckForLongPress == null) {
97 mPendingCheckForLongPress = new CheckForLongPress();
99 mPendingCheckForLongPress.rememberWindowAttachCount();
100 postDelayed(mPendingCheckForLongPress, ViewConfiguration.getLongPressTimeout());
108 if (mPendingCheckForLongPress != null) {
109 removeCallbacks(mPendingCheckForLongPress);
  /frameworks/base/core/java/android/widget/
AbsListView.java 510 private CheckForLongPress mPendingCheckForLongPress;
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 46 milliseconds