/frameworks/base/core/java/android/view/ |
D | Display.java | 456 public int getRotation() { in getRotation() method in Display 469 return getRotation(); in getOrientation()
|
D | IWindowManager.aidl | 163 int getRotation(); in getRotation() method
|
D | View.java | 8977 public float getRotation() { 17142 return object.getRotation();
|
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/ |
D | UiDevice.java | 578 return display.getRotation() == Surface.ROTATION_0 || in isNaturalOrientation() 579 display.getRotation() == Surface.ROTATION_180; in isNaturalOrientation() 588 return getDefaultDisplay().getRotation(); in getDisplayRotation() 816 float degrees = getDegreesForRotation(display.getRotation()); in takeScreenshot()
|
D | InteractionController.java | 560 return mWindowManager.getRotation() == Surface.ROTATION_0 in isNaturalRotation() 561 || mWindowManager.getRotation() == Surface.ROTATION_180; in isNaturalRotation()
|
D | AccessibilityNodeInfoDumper.java | 83 Display.DEFAULT_DISPLAY).getRotation())); in dumpWindowToFile()
|
/frameworks/base/core/java/android/hardware/ |
D | LegacySensorManager.java | 199 static int getRotation() { in getRotation() method in LegacySensorManager 264 mapSensorDataToWindow(legacyType, v, LegacySensorManager.getRotation()); in onSensorChanged()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | TextureViewActivity.java | 125 int rotation = getWindowManager().getDefaultDisplay().getRotation(); in getCameraOrientation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarView.java | 369 final int rot = mDisplay.getRotation(); in reorient() 384 Slog.d(TAG, "reorient(): rot=" + mDisplay.getRotation()); in reorient()
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
D | IWindowManagerImpl.java | 73 public int getRotation() throws RemoteException { in getRotation() method in IWindowManagerImpl
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ImageWallpaper.java | 319 getDefaultDisplay().getRotation(); in drawFrameLocked()
|
/frameworks/base/core/java/android/widget/ |
D | StackView.java | 370 mHighlight.setRotation(v.getRotation()); in setupStackSlider() 1420 float rotation = v.getRotation();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | GlobalScreenshot.java | 384 float degrees = getDegreesForRotation(mDisplay.getRotation()); in takeScreenshot()
|
/frameworks/base/docs/html/sdk/api_diff/8/ |
D | missingSinces.txt | 140 NO DOC BLOCK: android.view.Display Method getRotation()
|
/frameworks/base/services/java/com/android/server/wm/ |
D | WindowManagerService.java | 5884 rot = getDefaultDisplayContentLocked().getDisplay().getRotation(); in screenshotApplications() 6180 public int getRotation() { in getRotation() method 6233 final int rotation = getRotation(); in getPreferredOptionsPanelGravity() 10154 displayInfo.logicalHeight, display.getRotation(), in startFreezingDisplayLocked()
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | sensors_overview.jd | 735 {@link android.view.Display#getRotation} method to determine screen rotation, and then use the
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | PhoneWindowManager.java | 863 mOrientationListener.setCurrentRotation(windowManager.getRotation()); in init()
|
/frameworks/base/api/ |
D | 14.txt | 21720 method public int getRotation(); 22933 method public float getRotation();
|
D | 15.txt | 21862 method public int getRotation(); 23080 method public float getRotation();
|
D | 16.txt | 22904 method public int getRotation(); 24147 method public float getRotation();
|
D | 17.txt | 23707 method public int getRotation(); 24964 method public float getRotation();
|
D | current.txt | 23707 method public int getRotation(); 24964 method public float getRotation();
|