Searched refs:touchedView (Results 1 – 2 of 2) sorted by relevance
832 final View touchedView = mTouchedView; in resetSwipeStates() local842 if (touchedView == null) return; // No view to reset visually in resetSwipeStates()846 cancelTranslateAnimation(touchedView); in resetSwipeStates()850 snapChildIfNeeded(touchedView, false, 0); in resetSwipeStates()854 onChildSnappedBack(touchedView, 0); in resetSwipeStates()
7415 final View touchedView = target.child; in getChildLocalHitRegion() local7417 if (!isOnTop(child, touchedView, preorderedList)) { in getChildLocalHitRegion()7418 rect.set(touchedView.mLeft, touchedView.mTop, touchedView.mRight, in getChildLocalHitRegion()7419 touchedView.mBottom); in getChildLocalHitRegion()