/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/Camera2/src/com/android/camera/ |
D | Storage.java | 96 Location location, int orientation, ExifInterface exif, byte[] jpeg, int width, in addImage() 105 Location location, int orientation, ExifInterface exif, byte[] jpeg, int width, in addImage() 116 long date, Location location, int orientation, int jpegLength, in getContentValuesForData() 140 long date, Location location, int orientation, int jpegLength, in addImage() 153 Location location, int orientation, ExifInterface exif, byte[] jpeg, int width, in updateImage() 164 long date, Location location, int orientation, int jpegLength, in updateImage()
|
D | MediaSaveService.java | 89 int width, int height, int orientation, ExifInterface exif, in addImage() 107 int orientation, ExifInterface exif, in addImage() 114 int width, int height, int orientation, ExifInterface exif, in addImage() 147 private int orientation; field in MediaSaveService.ImageSaveTask 153 int width, int height, int orientation, ExifInterface exif, in ImageSaveTask()
|
/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/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 | CameraRootView.java | 127 int orientation = getResources().getConfiguration().orientation; in onMeasure() local 173 int orientation = getResources().getConfiguration().orientation; in onLayout() local
|
D | RotateTextToast.java | 35 public RotateTextToast(Activity activity, int textResourceId, int orientation) { in RotateTextToast()
|
D | FaceView.java | 123 public void setDisplayOrientation(int orientation) { in setDisplayOrientation() 129 public void setOrientation(int orientation, boolean animation) { in setOrientation()
|
/packages/apps/Camera2/src/com/android/camera/crop/ |
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/UnifiedEmail/src/com/android/mail/utils/ |
D | RectUtils.java | 37 public static void rotateRectForOrientation(final int orientation, final Rect fullRect, in rotateRectForOrientation()
|
/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
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherAppWidgetHostView.java | 60 int orientation = mContext.getResources().getConfiguration().orientation; in orientationChangedSincedInflation() local
|