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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLView.java65 private GLView mMotionTarget; field in class:GLView
176 if (mMotionTarget == component) {
315 if (mMotionTarget != null) {
319 dispatchTouchEvent(cancel, x, y, mMotionTarget, false);
320 mMotionTarget = null;
322 dispatchTouchEvent(event, x, y, mMotionTarget, false);
325 mMotionTarget = null;
336 mMotionTarget = component;

Completed in 73 milliseconds