Searched defs:touchModeDrawsInPressedState (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java1721 boolean touchModeDrawsInPressedState() { method in class:ListPopupWindow.DropDownListView
1722 return mDrawsInPressedState || super.touchModeDrawsInPressedState();
H A DAbsListView.java2644 boolean touchModeDrawsInPressedState() { method in class:AbsListView
2663 return (isFocused() && !isInTouchMode()) || (touchModeDrawsInPressedState() && isPressed());
2735 if (selector != null && (isFocused() || touchModeDrawsInPressedState())

Completed in 76 milliseconds