Searched refs:getRotation (Results 1 - 25 of 59) 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/packages/SystemUI/src/com/android/systemui/recents/
H A DScreenPinningRequest.java163 int rotation = getRotation(mContext);
205 private int getRotation(Context context) { method in class:ScreenPinningRequest.RequestWindowView
207 int rot = context.getDisplay().getRotation();
290 inflateView(getRotation(mContext));
297 mLayout.setLayoutParams(getRequestLayoutParams(getRotation(mContext)));
/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/av/camera/include/camera/camera2/
H A DOutputConfiguration.h42 int getRotation() const;
57 // getRotation will be INVALID_ROTATION
62 // getRotation will be INVALID_ROTATION if error occurred
/frameworks/av/include/camera/camera2/
H A DOutputConfiguration.h42 int getRotation() const;
57 // getRotation will be INVALID_ROTATION
62 // getRotation will be INVALID_ROTATION if error occurred
/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/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
H A DShellUiAutomatorBridge.java99 public int getRotation() { method in class:ShellUiAutomatorBridge
/frameworks/base/packages/Shell/src/com/android/shell/
H A DScreenshooter.java66 final int rotation = display.getRotation();
/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/transition/tests/src/android/support/transition/
H A DChangeTransformTest.java81 assertEquals(45f, redSquare.getRotation(), 0.0f);
/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.java200 static int getRotation() { method in class:LegacySensorManager
265 mapSensorDataToWindow(legacyType, v, LegacySensorManager.getRotation());
/frameworks/base/libs/hwui/tests/unit/
H A DVectorDrawableTests.cpp363 EXPECT_EQ(0.0f, properties->getRotation());
365 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();
381 {"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.java720 public int getRotation() { method in class:Display
728 * @deprecated use {@link #getRotation}
734 return getRotation();
/frameworks/support/design/base/android/support/design/widget/
H A DFloatingActionButtonImpl.java107 mRotation = mView.getRotation();
363 final float rotation = mView.getRotation();
/frameworks/av/camera/camera2/
H A DOutputConfiguration.cpp39 int OutputConfiguration::getRotation() const { function in class:android::OutputConfiguration
/frameworks/base/libs/hwui/
H A DRenderProperties.cpp203 transform->preRotate(getRotation(), getPivotX(), getPivotY());
H A DRenderNode.cpp123 pprops->set_rotation(properties().getRotation());
474 true3dMat.rotate(properties().getRotation(), 0, 0, 1);
H A DVectorDrawable.cpp315 outMatrix->postRotate(properties.getRotation(), 0, 0);
346 return getRotation();

Completed in 998 milliseconds

123