Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java832 final View touchedView = mTouchedView; in resetSwipeStates() local
842 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()
/frameworks/base/core/java/android/view/
DViewGroup.java7415 final View touchedView = target.child; in getChildLocalHitRegion() local
7417 if (!isOnTop(child, touchedView, preorderedList)) { in getChildLocalHitRegion()
7418 rect.set(touchedView.mLeft, touchedView.mTop, touchedView.mRight, in getChildLocalHitRegion()
7419 touchedView.mBottom); in getChildLocalHitRegion()