Searched refs:touchModeDrawsInPressedState (Results 1 – 5 of 5) sorted by relevance
292 boolean touchModeDrawsInPressedState() { in touchModeDrawsInPressedState() method in DropDownListView293 return mDrawsInPressedState || super.touchModeDrawsInPressedState(); in touchModeDrawsInPressedState()
2773 boolean touchModeDrawsInPressedState() { in touchModeDrawsInPressedState() method2792 return (isFocused() && !isInTouchMode()) || (touchModeDrawsInPressedState() && isPressed()); in shouldShowSelector()2885 if (selector != null && (isFocused() || touchModeDrawsInPressedState()) in keyPressed()
373 final boolean inClick = touchModeDrawsInPressedState(); in makeRow()
18490 HSPLandroid/widget/AbsListView;->touchModeDrawsInPressedState()Z
86034 Landroid/widget/AbsListView;->touchModeDrawsInPressedState()Z86970 Landroid/widget/DropDownListView;->touchModeDrawsInPressedState()Z