/frameworks/base/core/java/android/view/ |
D | IRotationWatcher.aidl | 24 void onRotationChanged(int rotation); in onRotationChanged()
|
D | WindowOrientationListener.java | 128 public void setCurrentRotation(int rotation) { in setCurrentRotation() 164 public abstract void onProposedRotationChanged(int rotation); in onProposedRotationChanged() 551 private boolean isTiltAngleAcceptable(int rotation, int tiltAngle) { in isTiltAngleAcceptable() 562 private boolean isOrientationAngleAcceptable(int rotation, int orientationAngle) { in isOrientationAngleAcceptable() 655 private void updatePredictedRotation(long now, int rotation) { in updatePredictedRotation()
|
D | WindowManagerPolicy.java | 568 public int getNonDecorDisplayWidth(int fullWidth, int fullHeight, int rotation); in getNonDecorDisplayWidth() 575 public int getNonDecorDisplayHeight(int fullWidth, int fullHeight, int rotation); in getNonDecorDisplayHeight() 583 public int getConfigDisplayWidth(int fullWidth, int fullHeight, int rotation); in getConfigDisplayWidth() 591 public int getConfigDisplayHeight(int fullWidth, int fullHeight, int rotation); in getConfigDisplayHeight() 987 public boolean rotationHasCompatibleMetricsLw(int orientation, int rotation); in rotationHasCompatibleMetricsLw() 994 public void setRotationLw(int rotation); in setRotationLw() 1068 public void setUserRotationMode(int mode, int rotation); in setUserRotationMode()
|
D | DisplayList.java | 195 public abstract void setRotation(float rotation); in setRotation() 242 float rotation, float rotationX, float rotationY, float scaleX, float scaleY); in setTransformationInfo()
|
D | GLES20DisplayList.java | 173 public void setRotation(float rotation) { in setRotation() 209 float rotation, float rotationX, float rotationY, float scaleX, float scaleY) { in setTransformationInfo() 312 private static native void nSetRotation(int displayList, float rotation); in nSetRotation() 318 float translationX, float translationY, float rotation, float rotationX, in nSetTransformationInfo()
|
D | ViewPropertyAnimator.java | 425 public ViewPropertyAnimator rotation(float value) { in rotation() method in ViewPropertyAnimator
|
D | IWindowManager.aidl | 179 void freezeRotation(int rotation); in freezeRotation()
|
D | View.java | 3321 float rotation = 0; in View() local
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | TextureViewActivity.java | 125 int rotation = getWindowManager().getDefaultDisplay().getRotation(); in getCameraOrientation() local
|
/frameworks/base/services/java/com/android/server/wm/ |
D | ScreenRotationAnimation.java | 278 public static void createRotationMatrix(int rotation, int width, int height, in createRotationMatrix() 300 private void setRotation(int rotation) { in setRotation() 314 public boolean setRotation(int rotation, SurfaceSession session, in setRotation()
|
D | WindowManagerService.java | 5598 public void freezeRotation(int rotation) { in freezeRotation() 5724 int rotation = mPolicy.rotationForOrientationLw(mForcedAppOrientation, mRotation); in updateRotationUncheckedLocked() local 5865 final int rotation = getRotation(); in getPreferredOptionsPanelGravity() local 6277 private void adjustDisplaySizeRanges(int rotation, int dw, int dh) { in adjustDisplaySizeRanges() 6294 private int reduceConfigLayout(int curLayout, int rotation, float density, in reduceConfigLayout() 6405 private int reduceCompatConfigWidthSize(int curSize, int rotation, DisplayMetrics dm, in reduceCompatConfigWidthSize()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/ |
D | Rectangle.java | 45 public static Rectangle fromRotatedRect(Point center, Point size, float rotation) { in fromRotatedRect()
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | PhoneWindowManager.java | 594 public void onProposedRotationChanged(int rotation) { in onProposedRotationChanged() 1209 int rotation = mContext.getResources().getInteger(resID); in readRotation() local 1407 public int getNonDecorDisplayWidth(int fullWidth, int fullHeight, int rotation) { in getNonDecorDisplayWidth() 1418 public int getNonDecorDisplayHeight(int fullWidth, int fullHeight, int rotation) { in getNonDecorDisplayHeight() 1433 public int getConfigDisplayWidth(int fullWidth, int fullHeight, int rotation) { in getConfigDisplayWidth() 1437 public int getConfigDisplayHeight(int fullWidth, int fullHeight, int rotation) { in getConfigDisplayHeight() 3871 public boolean rotationHasCompatibleMetricsLw(int orientation, int rotation) { in rotationHasCompatibleMetricsLw() 3889 public void setRotationLw(int rotation) { in setRotationLw() 3893 private boolean isLandscapeOrSeascape(int rotation) { in isLandscapeOrSeascape() 3897 private boolean isAnyPortrait(int rotation) { in isAnyPortrait()
|
/frameworks/base/core/jni/ |
D | android_view_GLES20DisplayList.cpp | 84 jobject clazz, DisplayList* displayList, float rotation) { in android_view_GLES20DisplayList_setRotation() 110 float translationX, float translationY, float rotation, float rotationX, float rotationY, in android_view_GLES20DisplayList_setTransformationInfo()
|
/frameworks/base/core/java/android/hardware/ |
D | LegacySensorManager.java | 193 static void onRotationChanged(int rotation) { in onRotationChanged()
|
D | Camera.java | 2571 public void setRotation(int rotation) { in setRotation()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeWindowManager.java | 56 public BridgeWindowManager(Configuration config, DisplayMetrics metrics, int rotation) { in BridgeWindowManager()
|
/frameworks/base/services/java/com/android/server/input/ |
D | InputManagerService.java | 149 int rotation, int externalRotation); in nativeSetDisplayOrientation() 298 public void setDisplayOrientation(int displayId, int rotation, int externalRotation) { in setDisplayOrientation()
|
/frameworks/base/libs/hwui/ |
D | DisplayListRenderer.h | 208 void setRotation(float rotation) { in setRotation()
|
D | DisplayListRenderer.cpp | 365 float rotation = getFloat(); in output() local 940 float rotation = getFloat(); in replay() local
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 333 matrixf_t rotation; in rotate() local
|
/frameworks/av/libvideoeditor/lvpp/ |
D | VideoEditorTools.cpp | 3832 M4OSA_UInt32 height, M4OSA_UInt32 rotation) { in applyVideoRotation()
|