Searched defs:CheckForKeyLongPress (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/widget/
H A DAbsListView.java557 * The last CheckForKeyLongPress runnable we posted, if any
559 private CheckForKeyLongPress mPendingCheckForKeyLongPress;
2812 * Sets the selector state to "pressed" and posts a CheckForKeyLongPress to see if
2845 mPendingCheckForKeyLongPress = new CheckForKeyLongPress();
3179 private class CheckForKeyLongPress extends WindowRunnnable implements Runnable { class in class:AbsListView

Completed in 63 milliseconds