Home
last modified time | relevance | path

Searched refs:touchModeDrawsInPressedState (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
DDropDownListView.java292 boolean touchModeDrawsInPressedState() { in touchModeDrawsInPressedState() method in DropDownListView
293 return mDrawsInPressedState || super.touchModeDrawsInPressedState(); in touchModeDrawsInPressedState()
DAbsListView.java2773 boolean touchModeDrawsInPressedState() { in touchModeDrawsInPressedState() method
2792 return (isFocused() && !isInTouchMode()) || (touchModeDrawsInPressedState() && isPressed()); in shouldShowSelector()
2885 if (selector != null && (isFocused() || touchModeDrawsInPressedState()) in keyPressed()
DGridView.java373 final boolean inClick = touchModeDrawsInPressedState(); in makeRow()
/frameworks/base/config/
Dboot-image-profile.txt18490 HSPLandroid/widget/AbsListView;->touchModeDrawsInPressedState()Z
Dhiddenapi-greylist-max-o.txt86034 Landroid/widget/AbsListView;->touchModeDrawsInPressedState()Z
86970 Landroid/widget/DropDownListView;->touchModeDrawsInPressedState()Z