Searched refs:motionView (Results 1 – 1 of 1) sorted by relevance
649 final View motionView = getChildAt(mMotionPosition - getFirstVisiblePosition()); in clearPressedItem() local650 if (motionView != null) { in clearPressedItem()651 motionView.setPressed(false); in clearPressedItem()677 final View motionView = getChildAt(mMotionPosition - getFirstVisiblePosition()); in setPressedItem() local678 if (motionView != null && motionView != child && motionView.isPressed()) { in setPressedItem()679 motionView.setPressed(false); in setPressedItem()