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.java2668 boolean touchModeDrawsInPressedState() { method in class:AbsListView
2687 return (isFocused() && !isInTouchMode()) || (touchModeDrawsInPressedState() && isPressed());
2759 if (selector != null && (isFocused() || touchModeDrawsInPressedState())

Completed in 44 milliseconds