HomeSort by relevance Sort by last modified time
    Searched refs:changeOrientation (Results 1 - 5 of 5) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
OrientationManager.java 141 boolean changeOrientation = false;
143 changeOrientation = true;
147 changeOrientation = (dist >= 45 + ORIENTATION_HYSTERESIS);
149 if (changeOrientation) {
  /packages/apps/LegacyCamera/src/com/android/camera/
Util.java 360 boolean changeOrientation = false;
362 changeOrientation = true;
366 changeOrientation = ( dist >= 45 + ORIENTATION_HYSTERESIS );
368 if (changeOrientation) {
  /cts/tests/tests/print/src/android/print/cts/
InterfaceForAppsTest.java 373 changeOrientation("Landscape");
PrintDocumentAdapterContractTest.java 434 changeOrientation("Landscape");
    [all...]
  /cts/tests/tests/print/printTestUtilLib/src/android/print/test/
BasePrintTest.java 625 protected void changeOrientation(String orientation) throws UiObjectNotFoundException,
    [all...]

Completed in 195 milliseconds