/packages/services/Telephony/src/com/android/phone/ |
D | AccelerometerListener.java | 63 public void orientationChanged(int orientation); in orientationChanged() 87 private void setOrientation(int orientation) { in setOrientation() 128 int orientation = (angle > VERTICAL_ANGLE ? ORIENTATION_VERTICAL : ORIENTATION_HORIZONTAL); in onSensorEvent() local
|
/packages/apps/InCallUI/src/com/android/incallui/ |
D | AccelerometerListener.java | 63 public void orientationChanged(int orientation); in orientationChanged() 87 private void setOrientation(int orientation) { in setOrientation() 128 … final int orientation = (angle > VERTICAL_ANGLE ? ORIENTATION_VERTICAL : ORIENTATION_HORIZONTAL); in onSensorEvent() local
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | Thumbnail.java | 59 public Thumbnail(Uri uri, Bitmap bitmap, int orientation) { in Thumbnail() 81 private static Bitmap rotateImage(Bitmap bitmap, int orientation) { in rotateImage() 182 public Media(long id, int orientation, long dateTaken, Uri uri) { in Media() 190 public final int orientation; field in Thumbnail.Media 247 public static Thumbnail createThumbnail(byte[] jpeg, int orientation, int inSampleSize, in createThumbnail() 299 private static Thumbnail createThumbnail(Uri uri, Bitmap bitmap, int orientation) { in createThumbnail()
|
D | Exif.java | 98 int orientation = pack(jpeg, offset + 8, 2, littleEndian); in getOrientation() local
|
/packages/apps/Camera/src/com/android/camera/ |
D | MediaSaver.java | 66 int width, int height, int orientation, OnMediaSavedListener l) { in addImage() 133 Location loc, int width, int height, int orientation) { in storeImage() 146 int orientation; field in MediaSaver.SaveRequest
|
D | Storage.java | 80 long date, Location location, int orientation, byte[] jpeg, in addImage() 91 long date, Location location, int orientation, int jpegLength, in addImage()
|
D | PanoramaModule.java | 208 public void onOrientationChanged(int orientation) { in onOrientationChanged() 575 int orientation = Util.getDisplayOrientation(degrees, cameraId); in setupProgressDirectionMatrix() local 787 int orientation; in getCaptureOrientation() local 894 int orientation = getCaptureOrientation(); in showFinalMosaic() local 908 private Uri savePanorama(byte[] jpegData, int width, int height, int orientation) { in savePanorama() 948 private static int getExifOrientation(int orientation) { in getExifOrientation() 1051 public void onOrientationChanged(int orientation) { in onOrientationChanged()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | MediaSaverImpl.java | 59 int height, int orientation, ExifInterface exif, OnMediaSavedListener l, in addImage() 77 public void addImage(final byte[] data, String title, long date, Location loc, int orientation, in addImage() 85 int orientation, ExifInterface exif, OnMediaSavedListener l, in addImage() 126 private final int orientation; field in MediaSaverImpl.ImageSaveTask 132 int width, int height, int orientation, ExifInterface exif, in ImageSaveTask()
|
D | Storage.java | 81 Location location, int orientation, ExifInterface exif, byte[] jpeg, int width, in addImage() 110 Location location, int orientation, ExifInterface exif, byte[] data, int width, in addImage() 139 Location location, int orientation, long jpegLength, String path, int width, int height, in addImageToMediaStore() 162 long date, Location location, int orientation, long jpegLength, in getContentValuesForData() 239 Location location, int orientation, ExifInterface exif, in updateImage() 309 long date, Location location, int orientation, int jpegLength, in updateImage()
|
D | PhotoUI.java | 184 public DecodeTask(byte[] data, int orientation, boolean mirror) { in DecodeTask() 209 public DecodeImageForReview(byte[] data, int orientation, boolean mirror) { in DecodeImageForReview() 341 public void animateCapture(final byte[] jpegData, int orientation, boolean mirror) { in animateCapture() 494 protected void showCapturedImageForReview(byte[] jpegData, int orientation, boolean mirror) { in showCapturedImageForReview() 509 public void setDisplayOrientation(int orientation) { in setDisplayOrientation() 563 public void onStartFaceDetection(int orientation, boolean mirror) { in onStartFaceDetection()
|
/packages/apps/Camera2/src/com/android/camera/app/ |
D | MediaSaver.java | 85 int orientation, ExifInterface exif, OnMediaSavedListener l, ContentResolver resolver); in addImage() 104 void addImage(byte[] data, String title, long date, Location loc, int orientation, in addImage() 126 void addImage(byte[] data, String title, Location loc, int width, int height, int orientation, in addImage()
|
D | OrientationManager.java | 18 public void onOrientationChanged(int orientation); in onOrientationChanged()
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
D | Rotatable.java | 20 public void setOrientation(int orientation); in setOrientation()
|
D | FaceView.java | 66 public void setDisplayOrientation(int orientation) { in setDisplayOrientation() 71 public void setOrientation(int orientation) { in setOrientation()
|
D | RotateTextToast.java | 35 public RotateTextToast(Activity activity, int textResourceId, int orientation) { in RotateTextToast()
|
/packages/apps/Camera/src/com/android/camera/ui/ |
D | Rotatable.java | 21 public void setOrientation(int orientation, boolean animation); in setOrientation()
|
D | RotateTextToast.java | 35 public RotateTextToast(Activity activity, int textResourceId, int orientation) { in RotateTextToast()
|
D | FaceView.java | 117 public void setDisplayOrientation(int orientation) { in setDisplayOrientation() 123 public void setOrientation(int orientation, boolean animation) { in setOrientation()
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
D | Rotatable.java | 21 public void setOrientation(int orientation, boolean animation); in setOrientation()
|
D | FaceView.java | 110 public void setDisplayOrientation(int orientation) { in setDisplayOrientation() 118 public void setOrientation(int orientation, boolean animation) { in setOrientation()
|
D | TopRightWeightedLayout.java | 56 private void checkOrientation(int orientation) { in checkOrientation()
|
/packages/apps/Camera2/src/com/android/camera/util/ |
D | ImageLoader.java | 135 int orientation = tagval; in getMetadataOrientation() local 162 int orientation = getMetadataOrientation(context, uri); in getMetadataRotation() local 327 int orientation, Rect originalBounds) { in loadOrientedConstrainedBitmap() 377 int orientation = getMetadataOrientation(context, sourceUri); in loadOrientedBitmapWithBackouts() local
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | LauncherAppWidgetHostView.java | 58 int orientation = mContext.getResources().getConfiguration().orientation; in orientationChangedSincedInflation() local
|
/packages/apps/Gallery/src/com/android/camera/ |
D | MovieView.java | 57 int orientation = intent.getIntExtra( in onCreate() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/ |
D | ImageLoader.java | 165 int orientation = tagval; in parseExif() local 188 int orientation = getMetadataOrientation(context, uri); in getMetadataRotation() local 404 int orientation, Rect originalBounds) { in loadOrientedConstrainedBitmap() 475 int orientation = getMetadataOrientation(context, sourceUri); in loadOrientedBitmapWithBackouts() local
|