Searched refs:CheckForLongPress (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DCheckLongPressHelper.java26 private CheckForLongPress mPendingCheckForLongPress;
31 class CheckForLongPress implements Runnable { class in class:CheckLongPressHelper
55 mPendingCheckForLongPress = new CheckForLongPress();
/frameworks/base/core/java/android/widget/
H A DAbsListView.java521 * The last CheckForLongPress runnable we posted, if any
523 private CheckForLongPress mPendingCheckForLongPress;
2755 private class CheckForLongPress extends WindowRunnnable implements Runnable { class in class:AbsListView
2983 mPendingCheckForLongPress = new CheckForLongPress();
/frameworks/base/core/java/android/view/
H A DView.java3032 private CheckForLongPress mPendingCheckForLongPress;
16440 mPendingCheckForLongPress = new CheckForLongPress();
17312 class CheckForLongPress implements Runnable { class in class:View

Completed in 124 milliseconds