Home
last modified time | relevance | path

Searched refs:getRotation (Results 1 – 25 of 62) sorted by relevance

123

/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/core/
DInstrumentationUiAutomatorBridge.java46 public int getRotation() { in getRotation() method in InstrumentationUiAutomatorBridge
47 return getDefaultDisplay().getRotation(); in getRotation()
/frameworks/base/core/java/android/transition/
DRotate.java36 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/
DShellUiAutomatorBridge.java96 public int getRotation() { in getRotation() method in ShellUiAutomatorBridge
101 ret = wm.getRotation(); in getRotation()
/frameworks/support/design/ics/android/support/design/widget/
DFloatingActionButtonIcs.java33 mRotation = mView.getRotation(); in FloatingActionButtonIcs()
43 final float rotation = mView.getRotation(); in onPreDraw()
/frameworks/support/compat/honeycomb/android/support/v4/view/
DViewCompatHC.java74 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/
DTiledImageView.java161 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/
DUiDevice.java632 int ret = getAutomatorBridge().getRotation(); in isNaturalOrientation()
644 return getAutomatorBridge().getRotation(); in getDisplayRotation()
773 display.getRotation(), size.x, size.y); in dumpWindowHierarchy()
DUiAutomatorBridge.java86 public abstract int getRotation(); in getRotation() method in UiAutomatorBridge
/frameworks/av/include/camera/camera2/
DOutputConfiguration.h42 int getRotation() const;
/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
DDumpCommand.java96 int rotation = display.getRotation(); in run()
/frameworks/base/libs/hwui/tests/unit/
DVectorDrawableTests.cpp408 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/
DScreenshooter.java68 final int rotation = display.getRotation(); in takeScreenshot()
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
DBitmapRegionTileSource.java215 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/
DLegacySensorManager.java199 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/
DRotationHelper.java101 Context.WINDOW_SERVICE)).getDefaultDisplay().getRotation(); in updateOrientation()
/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp196 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/
DOutputConfiguration.cpp37 int OutputConfiguration::getRotation() const { in getRotation() function in android::OutputConfiguration
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGetBitmapSurfaceViewActivity.java100 .getRotation(); in setCameraDisplayOrientation()
DTextureViewActivity.java125 int rotation = getWindowManager().getDefaultDisplay().getRotation(); in getCameraOrientation()
/frameworks/base/core/java/android/view/
DDisplay.java643 public int getRotation() { in getRotation() method in Display
657 return getRotation(); in getOrientation()
DIWindowManager.aidl267 int getRotation(); in getRotation() method
/frameworks/base/libs/hwui/
DRenderProperties.cpp191 transform->preRotate(getRotation(), getPivotX(), getPivotY()); in updateMatrix()
DVectorDrawable.cpp371 outMatrix->postRotate(properties.getRotation(), 0, 0); in getLocalMatrix()
402 return getRotation(); in getPropertyValue()
/frameworks/support/core-ui/java/android/support/v4/widget/
DMaterialProgressDrawable.java254 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/
DViewCompat.java413 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()

123