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

123

/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());
/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/av/include/camera/camera2/
H A DOutputConfiguration.h37 int getRotation() const;
48 // getRotation will be INVALID_ROTATION
53 // getRotation will be INVALID_ROTATION if error occurred
/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java74 public static float getRotation(View view) { method in class:ViewCompatHC
75 return view.getRotation();
/frameworks/av/camera/camera2/
H A DOutputConfiguration.cpp37 int OutputConfiguration::getRotation() const { function in class:android::OutputConfiguration
/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.java632 int ret = getAutomatorBridge().getRotation();
644 return getAutomatorBridge().getRotation();
773 display.getRotation(), size.x, size.y);
/frameworks/base/services/core/java/com/android/server/audio/
H A DRotationHelper.java39 * done with .getDefaultDisplay().getRotation() from WINDOW_SERVICE.
101 Context.WINDOW_SERVICE)).getDefaultDisplay().getRotation();
/frameworks/support/design/ics/android/support/design/widget/
H A DFloatingActionButtonIcs.java41 updateFromViewRotation(mView.getRotation());
/frameworks/base/core/java/android/hardware/camera2/params/
H A DOutputConfiguration.java249 public int getRotation() { method in class:OutputConfiguration
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGetBitmapSurfaceViewActivity.java100 .getRotation();
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/libs/hwui/tests/unit/
H A DVectorDrawableTests.cpp408 EXPECT_EQ(0.0f, properties->getRotation());
410 EXPECT_EQ(1.0f, properties->getRotation());
/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp196 static jfloat getRotation(JNIEnv*, jobject, jlong groupPtr) { function in namespace:android
198 return group->stagingProperties()->getRotation();
379 {"nGetRotation", "!(J)F", (void*)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/core/java/android/view/
H A DDisplay.java613 public int getRotation() { method in class:Display
621 * @deprecated use {@link #getRotation}
627 return getRotation();
H A DIWindowManager.aidl266 int getRotation();
/frameworks/base/libs/hwui/
H A DRenderProperties.cpp191 transform->preRotate(getRotation(), getPivotX(), getPivotY());
H A DVectorDrawable.cpp371 outMatrix->postRotate(properties.getRotation(), 0, 0);
402 return getRotation();
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DRenderNode_Delegate.java168 float rotation = renderNode.getRotation();
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java407 float getRotation(View view); method in interface:ViewCompat.ViewCompatImpl
719 public float getRotation(View view) { method in class:ViewCompat.BaseViewCompatImpl
1254 public float getRotation(View view) { method in class:ViewCompat.HCViewCompatImpl
1255 return ViewCompatHC.getRotation(view);
2542 * @see #getRotation(View)
2776 public static float getRotation(View view) { method in class:ViewCompat
2777 return IMPL.getRotation(view);

Completed in 967 milliseconds

123