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

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

Completed in 252 milliseconds