Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DDropDownListView.java649 final View motionView = getChildAt(mMotionPosition - getFirstVisiblePosition()); in clearPressedItem() local
650 if (motionView != null) { in clearPressedItem()
651 motionView.setPressed(false); in clearPressedItem()
677 final View motionView = getChildAt(mMotionPosition - getFirstVisiblePosition()); in setPressedItem() local
678 if (motionView != null && motionView != child && motionView.isPressed()) { in setPressedItem()
679 motionView.setPressed(false); in setPressedItem()