Searched defs:getRotation (Results 1 - 23 of 23) sorted by relevance

/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/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/camera/camera2/
H A DOutputConfiguration.cpp37 int OutputConfiguration::getRotation() const { function in class:android::OutputConfiguration
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiAutomatorBridge.java86 public abstract int getRotation(); method in class:UiAutomatorBridge
/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/core/java/android/hardware/camera2/params/
H A DOutputConfiguration.java380 public int getRotation() { method in class:OutputConfiguration
/frameworks/support/compat/honeycomb/android/support/v4/view/
H A DViewCompatHC.java74 public static float getRotation(View view) { method in class:ViewCompatHC
75 return view.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/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
H A DTiledImageRenderer.java137 public int getRotation(); method in interface:TiledImageRenderer.TileSource
/frameworks/base/core/java/android/view/
H A DDisplay.java652 public int getRotation() { method in class:Display
660 * @deprecated use {@link #getRotation}
666 return getRotation();
H A DRenderNode.java502 * @see #getRotation()
513 public float getRotation() { method in class:RenderNode
H A DView.java11883 * @see #getRotation()
12002 public float getRotation() { method in class:View
12003 return mRenderNode.getRotation();
12012 * @see #getRotation()
12021 if (rotation != getRotation()) {
12196 * @see #getRotation()
12217 * @see #getRotation()
12238 * @see #getRotation()
12258 * @see #getRotation()
22146 * {@link View#setRotation(float)} and {@link View#getRotation()} method
[all...]
/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/support/core-ui/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java254 private float getRotation() { method in class:MaterialProgressDrawable
706 public float getRotation() { method in class:MaterialProgressDrawable.Ring
/frameworks/base/libs/hwui/
H A DRenderProperties.h324 float getRotation() const { function in class:android::uirenderer::RenderProperties
H A DVectorDrawable.h426 float getRotation() const { function in class:android::uirenderer::VectorDrawable::Group::GroupProperties
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java259 properties.put(VGroup_Delegate.ROTATE_INDEX, group.getRotation());
305 return group.getRotation();
881 private float getRotation() { method in class:VectorDrawable_Delegate.VGroup_Delegate
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java67 public int getRotation() throws RemoteException { method in class:IWindowManagerImpl
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java414 float getRotation(View view); method in interface:ViewCompat.ViewCompatImpl
738 public float getRotation(View view) { method in class:ViewCompat.BaseViewCompatImpl
1280 public float getRotation(View view) { method in class:ViewCompat.HCViewCompatImpl
1281 return ViewCompatHC.getRotation(view);
2638 * @see #getRotation(View)
2872 public static float getRotation(View view) { method in class:ViewCompat
2873 return IMPL.getRotation(view);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1412 public float getRotation() { method in class:VectorDrawableCompat.VGroup
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1157 return object.getRotation();
1377 public float getRotation() { method in class:VectorDrawable.VGroup
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java6611 int rot = getDefaultDisplayContentLocked().getDisplay().getRotation();
7012 public int getRotation() { method in class:WindowManagerService
7092 final int rotation = getRotation();

Completed in 633 milliseconds