HomeSort by relevance Sort by last modified time
    Searched defs:ORIENTATION (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /tools/acloud/internal/lib/
android_compute_client_test.py 44 ORIENTATION = "portrait"
65 fake_cfg.orientation = self.ORIENTATION
115 "t_force_orientation": self.ORIENTATION,
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 48 ORIENTATION,
119 case ORIENTATION:
120 mConfig.orientation = value;
210 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_PORTRAIT);
350 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE);
357 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_SQUARE);
582 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE);
589 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_SQUARE);
632 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE);
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
CL_old.py 152 ORIENTATION = 16
  /frameworks/base/core/java/android/provider/
MediaStore.java 204 * The name of the Intent-extra used to control the orientation of a ViewImage or a MovieView.
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaDocumentsProvider.java 1098 final int orientation = queryOrientationForImage(id, signal); local
    [all...]
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
ResTable_config.java 125 int orientation = UnsignedBytes.toInt(buffer.get()); local
177 return new ResTable_config(size, mcc, mnc, language, region, orientation,
205 ORIENTATION,
594 public int orientation; field in class:ResTable_config
633 orientation, touchscreen, density, keyboard, navigation, inputFlags,
640 int orientation, int touchscreen, int density, int keyboard, int navigation, int inputFlags,
650 this.orientation = orientation;
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 144 void setDisplayViewport(int32_t displayId, int32_t width, int32_t height, int32_t orientation,
146 DisplayViewport v = createDisplayViewport(displayId, width, height, orientation, uniqueId);
152 void setVirtualDisplayViewport(int32_t displayId, int32_t width, int32_t height, int32_t orientation,
155 viewports.push_back(createDisplayViewport(displayId, width, height, orientation, uniqueId));
206 int32_t orientation, const String8& uniqueId) {
207 bool isRotated = (orientation == DISPLAY_ORIENTATION_90
208 || orientation == DISPLAY_ORIENTATION_270);
211 v.orientation = orientation;
3802 float orientation = atan2f(-sinf(tiltXAngle), sinf(tiltYAngle)); local
5167 float orientation = float(rawOrientation) \/ RAW_ORIENTATION_MAX * M_PI_2; local
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 89 * {@link GridLayout#setOrientation(int) orientation},
180 public @interface Orientation {}
183 * The horizontal orientation.
188 * The vertical orientation.
266 private static final int ORIENTATION = R.styleable.GridLayout_orientation;
307 setOrientation(a.getInt(ORIENTATION, DEFAULT_ORIENTATION));
320 * Returns the current orientation.
328 @Orientation
335 * GridLayout uses the orientation property for two purposes:
343 * when orientation is {@link #HORIZONTAL} the horizontal axis is laid out first
    [all...]
  /frameworks/support/gridlayout/src/main/java/androidx/gridlayout/widget/
GridLayout.java 87 * {@link GridLayout#setOrientation(int) orientation},
160 * @attr name android:orientation
172 * The horizontal orientation.
177 * The vertical orientation.
247 private static final int ORIENTATION = R.styleable.GridLayout_orientation;
278 setOrientation(a.getInt(ORIENTATION, DEFAULT_ORIENTATION));
306 * Returns the current orientation.
312 * @attr name android:orientation
320 * GridLayout uses the orientation property for two purposes:
328 * when orientation is {@link #HORIZONTAL} the horizontal axis is laid out first
    [all...]
  /device/google/marlin/camera/mm-image-codec/qexif/
qexif.h 187 ORIENTATION,
688 // Orientation of image
692 #define EXIFTAGID_ORIENTATION CONSTRUCT_TAGID(ORIENTATION, _ID_ORIENTATION)
    [all...]
  /hardware/qcom/camera/msm8998/mm-image-codec/qexif/
qexif.h 187 ORIENTATION,
688 // Orientation of image
692 #define EXIFTAGID_ORIENTATION CONSTRUCT_TAGID(ORIENTATION, _ID_ORIENTATION)
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
resources-3.6.1.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/
lint-checks-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/
lint-checks-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/
lint-checks-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.3/
lint-checks-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.0/
lint-checks-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.1/
lint-checks-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.3/
lint-checks-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.8.0/
lint-checks-22.8.0.jar 

Completed in 375 milliseconds

1 2 3 4 5 6 7