Searched defs:getRotation (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/core/
H A DInstrumentationUiAutomatorBridge.java46 public int getRotation() { method in class:InstrumentationUiAutomatorBridge
47 return getDefaultDisplay().getRotation();
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
H A DShellUiAutomatorBridge.java96 public int getRotation() { method in class:ShellUiAutomatorBridge
101 ret = wm.getRotation();
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiAutomatorBridge.java86 public abstract int getRotation(); method in class:UiAutomatorBridge
/frameworks/base/core/java/android/hardware/
H A DLegacySensorManager.java199 static int getRotation() { method in class:LegacySensorManager
264 mapSensorDataToWindow(legacyType, v, LegacySensorManager.getRotation());
/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java72 public static float getRotation(View view) { method in class:ViewCompatHC
73 return view.getRotation();
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java215 public int getRotation() { method in class:BitmapRegionTileSource.BitmapSource
381 mRotation = source.getRotation();
431 public int getRotation() { method in class:BitmapRegionTileSource
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageView.java161 mRenderer.rotation = source != null ? source.getRotation() : 0;
250 final int rotation = mRenderer.source.getRotation();
356 public int getRotation() { method in class:TiledImageView.ColoredTiles
H A DTiledImageRenderer.java137 public int getRotation(); method in interface:TiledImageRenderer.TileSource
/frameworks/base/core/java/android/view/
H A DDisplay.java578 public int getRotation() { method in class:Display
586 * @deprecated use {@link #getRotation}
592 return getRotation();
H A DRenderNode.java543 * @see #getRotation()
554 public float getRotation() { method in class:RenderNode
H A DView.java10094 * @see #getRotation()
10213 public float getRotation() { method in class:View
10214 return mRenderNode.getRotation();
10223 * @see #getRotation()
10232 if (rotation != getRotation()) {
10407 * @see #getRotation()
10428 * @see #getRotation()
10449 * @see #getRotation()
10469 * @see #getRotation()
19612 * {@link View#setRotation(float)} and {@link View#getRotation()} method
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java62 public int getRotation() throws RemoteException { method in class:IWindowManagerImpl
/frameworks/support/v4/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java247 private float getRotation() { method in class:MaterialProgressDrawable
609 public float getRotation() { method in class:MaterialProgressDrawable.Ring
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1150 public float getRotation() { method in class:VectorDrawable.VGroup
/frameworks/base/libs/hwui/
H A DRenderProperties.h295 float getRotation() const { function in class:android::uirenderer::RenderProperties
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java301 public float getRotation(View view); method in interface:ViewCompat.ViewCompatImpl
570 public float getRotation(View view) { method in class:ViewCompat.BaseViewCompatImpl
883 public float getRotation(View view) { method in class:ViewCompat.HCViewCompatImpl
884 return ViewCompatHC.getRotation(view);
2169 public static float getRotation(View view) { method in class:ViewCompat
2170 return IMPL.getRotation(view);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java6242 rot = getDefaultDisplayContentLocked().getDisplay().getRotation();
6574 public int getRotation() { method in class:WindowManagerService
6654 final int rotation = getRotation();

Completed in 271 milliseconds