Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DDropDownListView.java246 final View motionView = getChildAt(mMotionPosition - mFirstPosition); in clearPressedItem() local
247 if (motionView != null) { in clearPressedItem()
248 motionView.setPressed(false); in clearPressedItem()
268 final View motionView = getChildAt(mMotionPosition - mFirstPosition); in setPressedItem() local
269 if (motionView != null && motionView != child && motionView.isPressed()) { in setPressedItem()
270 motionView.setPressed(false); in setPressedItem()
DAbsListView.java3500 final View motionView = getChildAt(mMotionPosition - mFirstPosition); in startScrollIfNeeded() local
3501 if (motionView != null) { in startScrollIfNeeded()
3502 motionView.setPressed(false); in startScrollIfNeeded()
3575 View motionView = this.getChildAt(motionIndex); in scrollIfNeeded() local
3576 if (motionView != null) { in scrollIfNeeded()
3577 motionViewPrevTop = motionView.getTop(); in scrollIfNeeded()
3587 motionView = this.getChildAt(motionIndex); in scrollIfNeeded()
3588 if (motionView != null) { in scrollIfNeeded()
3591 final int motionViewRealTop = motionView.getTop(); in scrollIfNeeded()
3702 View motionView = getChildAt(motionPosition - mFirstPosition); in scrollIfNeeded() local
[all …]
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DDropDownListView.java634 final View motionView = getChildAt(mMotionPosition - getFirstVisiblePosition()); in clearPressedItem() local
635 if (motionView != null) { in clearPressedItem()
636 motionView.setPressed(false); in clearPressedItem()
662 final View motionView = getChildAt(mMotionPosition - getFirstVisiblePosition()); in setPressedItem() local
663 if (motionView != null && motionView != child && motionView.isPressed()) { in setPressedItem()
664 motionView.setPressed(false); in setPressedItem()