Home
last modified time | relevance | path

Searched defs:orientation (Results 1 – 25 of 108) sorted by relevance

12345

/packages/services/Telephony/src/com/android/phone/
DAccelerometerListener.java63 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/
DAccelerometerListener.java63 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/
DThumbnail.java59 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()
DExif.java98 int orientation = pack(jpeg, offset + 8, 2, littleEndian); in getOrientation() local
/packages/apps/Camera2/src/com/android/camera/
DStorage.java96 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()
DMediaSaveService.java89 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/
DMediaSaver.java66 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
DStorage.java80 long date, Location location, int orientation, byte[] jpeg, in addImage()
91 long date, Location location, int orientation, int jpegLength, in addImage()
DPanoramaModule.java208 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/
DRotatable.java20 public void setOrientation(int orientation); in setOrientation()
DFaceView.java66 public void setDisplayOrientation(int orientation) { in setDisplayOrientation()
71 public void setOrientation(int orientation) { in setOrientation()
DRotateTextToast.java35 public RotateTextToast(Activity activity, int textResourceId, int orientation) { in RotateTextToast()
/packages/apps/Camera/src/com/android/camera/ui/
DRotatable.java21 public void setOrientation(int orientation, boolean animation); in setOrientation()
DRotateTextToast.java35 public RotateTextToast(Activity activity, int textResourceId, int orientation) { in RotateTextToast()
DFaceView.java117 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/
DRotatable.java21 public void setOrientation(int orientation, boolean animation); in setOrientation()
DCameraRootView.java127 int orientation = getResources().getConfiguration().orientation; in onMeasure() local
173 int orientation = getResources().getConfiguration().orientation; in onLayout() local
DRotateTextToast.java35 public RotateTextToast(Activity activity, int textResourceId, int orientation) { in RotateTextToast()
DFaceView.java123 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/
DImageLoader.java135 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/
DRectUtils.java37 public static void rotateRectForOrientation(final int orientation, final Rect fullRect, in rotateRectForOrientation()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherAppWidgetHostView.java58 int orientation = mContext.getResources().getConfiguration().orientation; in orientationChangedSincedInflation() local
/packages/apps/Gallery/src/com/android/camera/
DMovieView.java57 int orientation = intent.getIntExtra( in onCreate() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DImageLoader.java165 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/
DLauncherAppWidgetHostView.java60 int orientation = mContext.getResources().getConfiguration().orientation; in orientationChangedSincedInflation() local

12345