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

/packages/apps/Gallery/src/com/android/camera/
H A DCropImage.java560 HighlightView mMotionHighlightView = null; field in class:CropImageView
660 mMotionHighlightView = hv;
663 mMotionHighlightView.setMode(
689 } else if (mMotionHighlightView != null) {
690 centerBasedOnHighlightView(mMotionHighlightView);
691 mMotionHighlightView.setMode(
694 mMotionHighlightView = null;
699 } else if (mMotionHighlightView != null) {
700 mMotionHighlightView.handleMotion(mMotionEdge,
712 ensureVisible(mMotionHighlightView);
[all...]

Completed in 85 milliseconds