Searched refs:getRotation (Results 1 - 25 of 40) sorted by relevance

12

/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/core/java/android/transition/
H A DRotate.java36 transitionValues.values.put(PROPNAME_ROTATION, transitionValues.view.getRotation());
41 transitionValues.values.put(PROPNAME_ROTATION, transitionValues.view.getRotation());
H A DChangeTransform.java442 rotationZ = view.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/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/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DDumpCommand.java96 int rotation = display.getRotation();
/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
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiAutomatorBridge.java86 public abstract int getRotation(); method in class:UiAutomatorBridge
H A DUiDevice.java629 int ret = getAutomatorBridge().getRotation();
641 return getAutomatorBridge().getRotation();
770 display.getRotation(), size.x, size.y);
/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 DIWindowManager.aidl178 int getRotation();
H A DRenderNode.java543 * @see #getRotation()
554 public float getRotation() { method in class:RenderNode
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTextureViewActivity.java125 int rotation = getWindowManager().getDefaultDisplay().getRotation();
/frameworks/base/core/java/android/hardware/
H A DLegacySensorManager.java199 static int getRotation() { method in class:LegacySensorManager
264 mapSensorDataToWindow(legacyType, v, LegacySensorManager.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/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/core/java/android/app/
H A DUiAutomationConnection.java319 mInitialFrozenRotation = mWindowManager.getRotation();
H A DUiAutomation.java628 final int rotation = display.getRotation();
/frameworks/base/libs/hwui/
H A DAnimator.cpp195 {RenderNode::ROTATION, &RenderProperties::getRotation, &RenderProperties::setRotation },
H A DRenderProperties.cpp194 transform->preRotate(getRotation(), getPivotX(), getPivotY());
H A DRenderProperties.h295 float getRotation() const { function in class:android::uirenderer::RenderProperties
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java62 public int getRotation() throws RemoteException { method in class:IWindowManagerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarView.java442 final int rot = mDisplay.getRotation();
459 Log.d(TAG, "reorient(): rot=" + mDisplay.getRotation());
/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/core/tests/coretests/src/android/hardware/display/
H A DVirtualDisplayTest.java261 Surface.ROTATION_0, display.getRotation());

Completed in 4425 milliseconds

12