Searched refs:mMotionTarget (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewGroup.java94 private View mMotionTarget; field in class:ViewGroup
839 if (mMotionTarget != null) {
844 mMotionTarget = null;
871 mMotionTarget = child;
894 final View target = mMotionTarget;
919 mMotionTarget = null;
927 mMotionTarget = null;
939 mMotionTarget = null;
1150 if (mMotionTarget != null) {
1154 mMotionTarget
[all...]

Completed in 20 milliseconds