Lines Matching refs:Util
280 mCameraDevice = Util.openCamera(Camera.this, mCameraId); in run()
334 if (Util.getDisplayRotation(Camera.this) != mDisplayRotation) { in handleMessage()
378 Util.showErrorAndFinish(Camera.this, in handleMessage()
386 Util.showErrorAndFinish(Camera.this, in handleMessage()
570 if ((mModePicker != null) && !Util.pointInView(x, y, mModePicker)) { in dispatchTouchEvent()
581 if (!Util.pointInView(x, y, popup) in dispatchTouchEvent()
582 && !Util.pointInView(x, y, mIndicatorControlContainer) in dispatchTouchEvent()
583 && !Util.pointInView(x, y, mPreviewFrameLayout)) { in dispatchTouchEvent()
1040 Util.broadcastNewPicture(Camera.this, uri); in storeImage()
1126 mTitle = Util.createJpegName(mDateTaken); in generateUri()
1165 mJpegRotation = Util.getJpegRotation(mCameraId, mOrientation); in capture()
1168 Util.setGpsParameters(mParameters, loc); in capture()
1202 int intentCameraId = Util.getCameraFacingIntentExtras(this); in getPreferredCameraId()
1338 mOrientation = Util.roundOrientation(orientation, mOrientation); in onOrientationChanged()
1342 (mOrientation + Util.getDisplayRotation(Camera.this)) % 360; in onOrientationChanged()
1442 Util.closeSilently(outputStream); in doAttach()
1446 Bitmap bitmap = Util.makeBitmap(data, 50 * 1024); in doAttach()
1447 bitmap = Util.rotate(bitmap, orientation); in doAttach()
1472 Util.closeSilently(tempStream); in doAttach()
1895 mDisplayRotation = Util.getDisplayRotation(this); in setDisplayOrientation()
1896 mDisplayOrientation = Util.getDisplayOrientation(mDisplayRotation, mCameraId); in setDisplayOrientation()
1897 mCameraDisplayOrientation = Util.getDisplayOrientation(0, mCameraId); in setDisplayOrientation()
2024 Size optimalSize = Util.getOptimalPreviewSize(this, sizes, in updateCameraParametersPreference()
2184 Util.fadeOut(mIndicatorControlContainer); in showPostCaptureAlert()
2185 Util.fadeOut(mShutterButton); in showPostCaptureAlert()
2187 Util.fadeIn(mReviewRetakeButton); in showPostCaptureAlert()
2188 Util.fadeIn((View) mReviewDoneButton); in showPostCaptureAlert()
2194 Util.fadeOut(mReviewRetakeButton); in hidePostCaptureAlert()
2195 Util.fadeOut((View) mReviewDoneButton); in hidePostCaptureAlert()
2197 Util.fadeIn(mShutterButton); in hidePostCaptureAlert()
2199 Util.fadeIn(mIndicatorControlContainer); in hidePostCaptureAlert()