/frameworks/base/graphics/java/android/graphics/drawable/ |
D | GradientDrawable.java | 181 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/ |
D | ExifInterface.java | 380 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/ |
D | README.txt | 24 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/ |
D | cameradirect.jd | 20 <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/ |
D | runtime-changes.jd | 19 Screen Orientation Change</a></li>
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | sensors_position.jd | 11 <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>
|
D | sensors_overview.jd | 752 href="{@docRoot}guide/topics/sensors/sensors_position.html#sensors-pos-orient">Orientation
|
/frameworks/base/docs/html/training/multiscreen/ |
D | screensizes.jd | 23 <li><a href="#TaskUseOriQuali">Use Orientation Qualifiers</a></li> 274 <h2 id="TaskUseOriQuali">Use Orientation Qualifiers</h2>
|
/frameworks/base/core/java/android/widget/ |
D | GridLayout.java | 168 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/ |
D | MLand.java | 390 GradientDrawable.Orientation.BOTTOM_TOP, in reset() 1318 mGradient.setOrientation(GradientDrawable.Orientation.LEFT_RIGHT);
|
/frameworks/support/design/tests/src/android/support/design/widget/ |
D | NavigationViewTest.java | 237 super(Orientation.TOP_BOTTOM, new int[] { color, color }); in TestDrawable()
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | runtime-changes.jd | 19 Screen Orientation Change</a></li>
|
/frameworks/base/docs/html/ndk/reference/ |
D | group___configuration.jd | 256 <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…
|
D | group___input.jd | 856 <p>Axis constant: Orientation axis of a motion event.</p>
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.0.jd | 803 <li><b>Device Orientation</b> 805 href="http://dev.w3.org/geo/api/spec-source-orientation.html">Device Orientation Event</a>
|
D | android-4.3.jd | 60 <li><a href="#Orientation">Screen orientation</a></li> 818 <h3 id="Orientation">Screen orientation</h3>
|
D | android-2.3.jd | 612 <li><code>"fullSensor"</code> — Orientation is determined by a physical
|
/frameworks/base/docs/html/guide/practices/ |
D | screens_support.jd | 124 <dt><em>Orientation</em></dt> 519 <td rowspan="2">Orientation</td>
|
/frameworks/base/ |
D | preloaded-classes | 53 [Landroid.graphics.drawable.GradientDrawable$Orientation; 918 android.graphics.drawable.GradientDrawable$Orientation
|
D | compiled-classes-phone | 1316 android.graphics.drawable.GradientDrawable$Orientation
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 11792 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/ |
D | current.txt | 12858 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 …]
|
D | test-current.txt | 12871 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 …]
|
D | system-current.txt | 13297 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 …]
|