HomeSort by relevance Sort by last modified time
    Searched refs:mMotionTarget (Results 1 - 3 of 3) sorted by null

  /packages/apps/Camera/src/com/android/camera/ui/
GLView.java 47 private GLView mMotionTarget;
113 if (parent != null && parent.mMotionTarget == this) {
117 parent.mMotionTarget = null;
256 if (mMotionTarget != null) {
260 mMotionTarget = null;
262 dispatchTouchEvent(event, x, y, mMotionTarget, false);
265 mMotionTarget = null;
275 mMotionTarget = component;
  /frameworks/base/core/java/android/view/
ViewGroup.java 94 private View mMotionTarget;
834 if (mMotionTarget != null) {
839 mMotionTarget = null;
865 mMotionTarget = child;
888 final View target = mMotionTarget;
913 mMotionTarget = null;
921 mMotionTarget = null;
933 mMotionTarget = null;
    [all...]
  /frameworks/base/services/java/com/android/server/
WindowManagerService.java     [all...]

Completed in 192 milliseconds