HomeSort by relevance Sort by last modified time
    Searched defs:CheckForLongPress (Results 1 - 4 of 4) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
CheckLongPressHelper.java 24 private CheckForLongPress mPendingCheckForLongPress;
26 class CheckForLongPress implements Runnable {
46 mPendingCheckForLongPress = new CheckForLongPress();
  /packages/apps/Launcher3/src/com/android/launcher3/
CheckLongPressHelper.java 24 private CheckForLongPress mPendingCheckForLongPress;
26 class CheckForLongPress implements Runnable {
46 mPendingCheckForLongPress = new CheckForLongPress();
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
CheckLongPressHelper.java 26 private CheckForLongPress mPendingCheckForLongPress;
31 class CheckForLongPress implements Runnable {
55 mPendingCheckForLongPress = new CheckForLongPress();
  /frameworks/base/core/java/android/widget/
AbsListView.java 539 * The last CheckForLongPress runnable we posted, if any
541 private CheckForLongPress mPendingCheckForLongPress;
    [all...]

Completed in 60 milliseconds