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

  /packages/apps/Camera2/src/com/android/camera/
ShutterButton.java 42 private TouchCoordinate mTouchCoordinate;
87 mTouchCoordinate = new TouchCoordinate(m.getX(), m.getY(), this.getMeasuredWidth(),
156 listener.onShutterCoordinate(mTouchCoordinate);
157 mTouchCoordinate = null;
FocusOverlayManager.java 110 private TouchCoordinate mTouchCoordinate;
401 mTouchCoordinate = new TouchCoordinate(x, y, mPreviewRect.width(), mPreviewRect.height());
591 if (mTouchCoordinate != null) {
592 UsageStatistics.instance().tapToFocus(mTouchCoordinate,
594 mTouchCoordinate = null;

Completed in 179 milliseconds