HomeSort by relevance Sort by last modified time
    Searched refs:Orientation (Results 51 - 72 of 72) sorted by null

1 23

  /frameworks/base/core/java/android/widget/
GridLayout.java 80 * {@link GridLayout#setOrientation(int) orientation},
168 public @interface Orientation {}
171 * The horizontal orientation.
176 * The vertical orientation.
251 private static final int ORIENTATION = R.styleable.GridLayout_orientation;
292 setOrientation(a.getInt(ORIENTATION, DEFAULT_ORIENTATION));
305 * Returns the current orientation.
313 @Orientation
320 * GridLayout uses the orientation property for two purposes:
328 * when orientation is {@link #HORIZONTAL} the horizontal axis is laid out first
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
MLand.java 390 GradientDrawable.Orientation.BOTTOM_TOP,
    [all...]
  /external/dng_sdk/source/
dng_negative.h 218 // Base orientation of both the thumbnail and raw data. This is
289 void SetBaseOrientation (const dng_orientation &orientation);
305 /// Logically rotates the image by changing the orientation values.
308 void ApplyOrientation (const dng_orientation &orientation);
753 // Metadata information (XMP, IPTC, EXIF, orientation)
918 void SetBaseOrientation (const dng_orientation &orientation)
920 Metadata ().SetBaseOrientation (orientation);
943 dng_orientation Orientation ()
948 /// Logically rotates the image by changing the orientation values.
951 void ApplyOrientation (const dng_orientation &orientation)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraZslImpl.java 613 int degrees = CameraUtil.getJpegRotation(captureParams.orientation, mCharacteristics);
625 exif.buildTag(ExifInterface.TAG_ORIENTATION, ExifInterface.Orientation.TOP_LEFT));
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
SaveImage.java 323 ExifInterface.Orientation.TOP_LEFT));
706 values.put(Images.Media.ORIENTATION, 0);
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /frameworks/base/
compiled-classes-phone     [all...]
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 

Completed in 668 milliseconds

1 23