Home
last modified time | relevance | path

Searched refs:Orientation (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java181 public enum Orientation { enum in GradientDrawable
201 this(new GradientState(Orientation.TOP_BOTTOM, null), null); in GradientDrawable()
208 public GradientDrawable(Orientation orientation, @ColorInt int[] colors) { in GradientDrawable()
600 public Orientation getOrientation() { in getOrientation()
616 public void setOrientation(Orientation orientation) { in setOrientation()
1553 st.mOrientation = Orientation.LEFT_RIGHT;
1556 st.mOrientation = Orientation.BL_TR;
1559 st.mOrientation = Orientation.BOTTOM_TOP;
1562 st.mOrientation = Orientation.BR_TL;
1565 st.mOrientation = Orientation.RIGHT_LEFT;
[all …]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifInterface.java380 public static interface Orientation { interface in ExifInterface
1866 return Orientation.TOP_LEFT; // 0 degrees in getOrientationValueForRotation()
1868 return Orientation.RIGHT_TOP; // 90 degrees cw in getOrientationValueForRotation()
1870 return Orientation.BOTTOM_LEFT; // 180 degrees in getOrientationValueForRotation()
1872 return Orientation.RIGHT_BOTTOM; // 270 degrees cw in getOrientationValueForRotation()
1884 case Orientation.TOP_LEFT: in getRotationForOrientationValue()
1886 case Orientation.RIGHT_TOP: in getRotationForOrientationValue()
1888 case Orientation.BOTTOM_LEFT: in getRotationForOrientationValue()
1890 case Orientation.RIGHT_BOTTOM: in getRotationForOrientationValue()
/frameworks/base/tools/orientationplot/
DREADME.txt24 2. Enable the Window Orientation Listener debugging data log.
85 6. Orientation changes should be significantly harder when the device is held
/frameworks/base/docs/html/training/camera/
Dcameradirect.jd20 <li><a href="#TaskOrientation">Set the Preview Orientation</a></li>
185 <h2 id="TaskOrientation">Set the Preview Orientation</h2>
/frameworks/base/docs/html-intl/intl/ja/guide/topics/resources/
Druntime-changes.jd19 Screen Orientation Change</a></li>
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_position.jd11 <li><a href="#sensors-pos-orient">Using the Orientation Sensor</a></li>
179 discussed in <a href="#sensors-pos-orient">Using the Orientation Sensor</a>.</p>
231 <h2 id="sensors-pos-orient">Using the Orientation Sensor</h2>
Dsensors_overview.jd752 href="{@docRoot}guide/topics/sensors/sensors_position.html#sensors-pos-orient">Orientation
/frameworks/base/docs/html/training/multiscreen/
Dscreensizes.jd23 <li><a href="#TaskUseOriQuali">Use Orientation Qualifiers</a></li>
274 <h2 id="TaskUseOriQuali">Use Orientation Qualifiers</h2>
/frameworks/base/core/java/android/widget/
DGridLayout.java168 public @interface Orientation {} annotation in GridLayout
313 @Orientation
354 public void setOrientation(@Orientation int orientation) { in setOrientation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
DMLand.java390 GradientDrawable.Orientation.BOTTOM_TOP, in reset()
1318 mGradient.setOrientation(GradientDrawable.Orientation.LEFT_RIGHT);
/frameworks/support/design/tests/src/android/support/design/widget/
DNavigationViewTest.java237 super(Orientation.TOP_BOTTOM, new int[] { color, color }); in TestDrawable()
/frameworks/base/docs/html/guide/topics/resources/
Druntime-changes.jd19 Screen Orientation Change</a></li>
/frameworks/base/docs/html/ndk/reference/
Dgroup___configuration.jd256 <p>Orientation: not specified. </p>
259 <p>Orientation: value corresponding to the <a href="@dacRoot/guide/topics/resources/providing-resou…
262 <p>Orientation: value corresponding to the <a href="@dacRoot/guide/topics/resources/providing-resou…
Dgroup___input.jd856 <p>Axis constant: Orientation axis of a motion event.</p>
/frameworks/base/docs/html/about/versions/
Dandroid-3.0.jd803 <li><b>Device Orientation</b>
805 href="http://dev.w3.org/geo/api/spec-source-orientation.html">Device Orientation Event</a>
Dandroid-4.3.jd60 <li><a href="#Orientation">Screen orientation</a></li>
818 <h3 id="Orientation">Screen orientation</h3>
Dandroid-2.3.jd612 <li><code>"fullSensor"</code> &mdash; Orientation is determined by a physical
/frameworks/base/docs/html/guide/practices/
Dscreens_support.jd124 <dt><em>Orientation</em></dt>
519 <td rowspan="2">Orientation</td>
/frameworks/base/
Dpreloaded-classes53 [Landroid.graphics.drawable.GradientDrawable$Orientation;
918 android.graphics.drawable.GradientDrawable$Orientation
Dcompiled-classes-phone1316 android.graphics.drawable.GradientDrawable$Orientation
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11792 ctor public GradientDrawable(android.graphics.drawable.GradientDrawable.Orientation, int[]);
11796 method public android.graphics.drawable.GradientDrawable.Orientation getOrientation();
11807 method public void setOrientation(android.graphics.drawable.GradientDrawable.Orientation);
11824 public static final class GradientDrawable.Orientation extends java.lang.Enum {
11825 …method public static android.graphics.drawable.GradientDrawable.Orientation valueOf(java.lang.Stri…
11826 method public static final android.graphics.drawable.GradientDrawable.Orientation[] values();
11827 enum_constant public static final android.graphics.drawable.GradientDrawable.Orientation BL_TR;
11828 …enum_constant public static final android.graphics.drawable.GradientDrawable.Orientation BOTTOM_TO…
11829 enum_constant public static final android.graphics.drawable.GradientDrawable.Orientation BR_TL;
11830 …enum_constant public static final android.graphics.drawable.GradientDrawable.Orientation LEFT_RIGH…
[all …]
/frameworks/base/api/
Dcurrent.txt12858 ctor public GradientDrawable(android.graphics.drawable.GradientDrawable.Orientation, int[]);
12869 method public android.graphics.drawable.GradientDrawable.Orientation getOrientation();
12882 method public void setOrientation(android.graphics.drawable.GradientDrawable.Orientation);
12899 public static final class GradientDrawable.Orientation extends java.lang.Enum {
12900 …method public static android.graphics.drawable.GradientDrawable.Orientation valueOf(java.lang.Stri…
12901 method public static final android.graphics.drawable.GradientDrawable.Orientation[] values();
12902 enum_constant public static final android.graphics.drawable.GradientDrawable.Orientation BL_TR;
12903 …enum_constant public static final android.graphics.drawable.GradientDrawable.Orientation BOTTOM_TO…
12904 enum_constant public static final android.graphics.drawable.GradientDrawable.Orientation BR_TL;
12905 …enum_constant public static final android.graphics.drawable.GradientDrawable.Orientation LEFT_RIGH…
[all …]
Dtest-current.txt12871 ctor public GradientDrawable(android.graphics.drawable.GradientDrawable.Orientation, int[]);
12882 method public android.graphics.drawable.GradientDrawable.Orientation getOrientation();
12895 method public void setOrientation(android.graphics.drawable.GradientDrawable.Orientation);
12912 public static final class GradientDrawable.Orientation extends java.lang.Enum {
12913 …method public static android.graphics.drawable.GradientDrawable.Orientation valueOf(java.lang.Stri…
12914 method public static final android.graphics.drawable.GradientDrawable.Orientation[] values();
12915 enum_constant public static final android.graphics.drawable.GradientDrawable.Orientation BL_TR;
12916 …enum_constant public static final android.graphics.drawable.GradientDrawable.Orientation BOTTOM_TO…
12917 enum_constant public static final android.graphics.drawable.GradientDrawable.Orientation BR_TL;
12918 …enum_constant public static final android.graphics.drawable.GradientDrawable.Orientation LEFT_RIGH…
[all …]
Dsystem-current.txt13297 ctor public GradientDrawable(android.graphics.drawable.GradientDrawable.Orientation, int[]);
13308 method public android.graphics.drawable.GradientDrawable.Orientation getOrientation();
13321 method public void setOrientation(android.graphics.drawable.GradientDrawable.Orientation);
13338 public static final class GradientDrawable.Orientation extends java.lang.Enum {
13339 …method public static android.graphics.drawable.GradientDrawable.Orientation valueOf(java.lang.Stri…
13340 method public static final android.graphics.drawable.GradientDrawable.Orientation[] values();
13341 enum_constant public static final android.graphics.drawable.GradientDrawable.Orientation BL_TR;
13342 …enum_constant public static final android.graphics.drawable.GradientDrawable.Orientation BOTTOM_TO…
13343 enum_constant public static final android.graphics.drawable.GradientDrawable.Orientation BR_TL;
13344 …enum_constant public static final android.graphics.drawable.GradientDrawable.Orientation LEFT_RIGH…
[all …]