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

/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java1526 private boolean mDrawsInPressedState; field in class:ListPopupWindow.DropDownListView
1633 mDrawsInPressedState = false;
1649 mDrawsInPressedState = true;
1694 return mDrawsInPressedState || super.touchModeDrawsInPressedState();
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java1534 private boolean mDrawsInPressedState; field in class:ListPopupWindow.DropDownListView
1625 mDrawsInPressedState = false;
1637 mDrawsInPressedState = true;
1660 return mDrawsInPressedState || super.touchModeDrawsInPressedStateCompat();

Completed in 231 milliseconds