HomeSort by relevance Sort by last modified time
    Searched refs: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();
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
CheckLongPressHelper.java 26 private CheckForLongPress mPendingCheckForLongPress;
31 class CheckForLongPress implements Runnable {
55 mPendingCheckForLongPress = new CheckForLongPress();
  /frameworks/base/core/java/android/widget/
AbsListView.java 521 * The last CheckForLongPress runnable we posted, if any
523 private CheckForLongPress mPendingCheckForLongPress;
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 151 milliseconds