/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/core/ |
D | InstrumentationUiAutomatorBridge.java | 46 public int getRotation() { in getRotation() method in InstrumentationUiAutomatorBridge 47 return getDefaultDisplay().getRotation(); in getRotation()
|
/frameworks/base/core/java/android/transition/ |
D | Rotate.java | 36 transitionValues.values.put(PROPNAME_ROTATION, transitionValues.view.getRotation()); in captureStartValues() 41 transitionValues.values.put(PROPNAME_ROTATION, transitionValues.view.getRotation()); in captureEndValues()
|
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/ |
D | ShellUiAutomatorBridge.java | 96 public int getRotation() { in getRotation() method in ShellUiAutomatorBridge 101 ret = wm.getRotation(); in getRotation()
|
/frameworks/support/design/ics/android/support/design/widget/ |
D | FloatingActionButtonIcs.java | 33 mRotation = mView.getRotation(); in FloatingActionButtonIcs() 43 final float rotation = mView.getRotation(); in onPreDraw()
|
/frameworks/support/compat/honeycomb/android/support/v4/view/ |
D | ViewCompatHC.java | 74 public static float getRotation(View view) { in getRotation() method in ViewCompatHC 75 return view.getRotation(); in getRotation()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
D | TiledImageView.java | 161 mRenderer.rotation = source != null ? source.getRotation() : 0; in setTileSource() 250 final int rotation = mRenderer.source.getRotation(); in positionFromMatrix() 356 public int getRotation() { in getRotation() method in TiledImageView.ColoredTiles
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | UiDevice.java | 632 int ret = getAutomatorBridge().getRotation(); in isNaturalOrientation() 644 return getAutomatorBridge().getRotation(); in getDisplayRotation() 773 display.getRotation(), size.x, size.y); in dumpWindowHierarchy()
|
D | UiAutomatorBridge.java | 86 public abstract int getRotation(); in getRotation() method in UiAutomatorBridge
|
/frameworks/av/include/camera/camera2/ |
D | OutputConfiguration.h | 42 int getRotation() const;
|
/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/ |
D | DumpCommand.java | 96 int rotation = display.getRotation(); in run()
|
/frameworks/base/libs/hwui/tests/unit/ |
D | VectorDrawableTests.cpp | 408 EXPECT_EQ(0.0f, properties->getRotation()); in TEST() 410 EXPECT_EQ(1.0f, properties->getRotation()); in TEST()
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | Screenshooter.java | 68 final int rotation = display.getRotation(); in takeScreenshot()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/ |
D | BitmapRegionTileSource.java | 215 public int getRotation() { in getRotation() method in BitmapRegionTileSource.BitmapSource 381 mRotation = source.getRotation(); in BitmapRegionTileSource() 431 public int getRotation() { in getRotation() method in BitmapRegionTileSource
|
/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/services/core/java/com/android/server/audio/ |
D | RotationHelper.java | 101 Context.WINDOW_SERVICE)).getDefaultDisplay().getRotation(); in updateOrientation()
|
/frameworks/base/core/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 196 static jfloat getRotation(JNIEnv*, jobject, jlong groupPtr) { in getRotation() function 198 return group->stagingProperties()->getRotation(); in getRotation() 379 {"nGetRotation", "!(J)F", (void*)getRotation},
|
/frameworks/av/camera/camera2/ |
D | OutputConfiguration.cpp | 37 int OutputConfiguration::getRotation() const { in getRotation() function in android::OutputConfiguration
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | GetBitmapSurfaceViewActivity.java | 100 .getRotation(); in setCameraDisplayOrientation()
|
D | TextureViewActivity.java | 125 int rotation = getWindowManager().getDefaultDisplay().getRotation(); in getCameraOrientation()
|
/frameworks/base/core/java/android/view/ |
D | Display.java | 643 public int getRotation() { in getRotation() method in Display 657 return getRotation(); in getOrientation()
|
D | IWindowManager.aidl | 267 int getRotation(); in getRotation() method
|
/frameworks/base/libs/hwui/ |
D | RenderProperties.cpp | 191 transform->preRotate(getRotation(), getPivotX(), getPivotY()); in updateMatrix()
|
D | VectorDrawable.cpp | 371 outMatrix->postRotate(properties.getRotation(), 0, 0); in getLocalMatrix() 402 return getRotation(); in getPropertyValue()
|
/frameworks/support/core-ui/java/android/support/v4/widget/ |
D | MaterialProgressDrawable.java | 254 private float getRotation() { in getRotation() method in MaterialProgressDrawable 706 public float getRotation() { in getRotation() method in MaterialProgressDrawable.Ring
|
/frameworks/support/compat/java/android/support/v4/view/ |
D | ViewCompat.java | 413 float getRotation(View view); in getRotation() method 736 public float getRotation(View view) { in getRotation() method in ViewCompat.BaseViewCompatImpl 1273 public float getRotation(View view) { in getRotation() method in ViewCompat.HCViewCompatImpl 1274 return ViewCompatHC.getRotation(view); in getRotation() 2860 public static float getRotation(View view) { in getRotation() method in ViewCompat 2861 return IMPL.getRotation(view); in getRotation()
|