Home
last modified time | relevance | path

Searched defs:rotation (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/core/java/android/view/
DIRotationWatcher.aidl24 void onRotationChanged(int rotation); in onRotationChanged()
DWindowOrientationListener.java128 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()
DWindowManagerPolicy.java568 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()
DDisplayList.java195 public abstract void setRotation(float rotation); in setRotation()
242 float rotation, float rotationX, float rotationY, float scaleX, float scaleY); in setTransformationInfo()
DGLES20DisplayList.java173 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()
DViewPropertyAnimator.java425 public ViewPropertyAnimator rotation(float value) { in rotation() method in ViewPropertyAnimator
DIWindowManager.aidl179 void freezeRotation(int rotation); in freezeRotation()
DView.java3321 float rotation = 0; in View() local
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DTextureViewActivity.java125 int rotation = getWindowManager().getDefaultDisplay().getRotation(); in getCameraOrientation() local
/frameworks/base/services/java/com/android/server/wm/
DScreenRotationAnimation.java278 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()
DWindowManagerService.java5598 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/
DRectangle.java45 public static Rectangle fromRotatedRect(Point center, Point size, float rotation) { in fromRotatedRect()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java594 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/
Dandroid_view_GLES20DisplayList.cpp84 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/
DLegacySensorManager.java193 static void onRotationChanged(int rotation) { in onRotationChanged()
DCamera.java2571 public void setRotation(int rotation) { in setRotation()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindowManager.java56 public BridgeWindowManager(Configuration config, DisplayMetrics metrics, int rotation) { in BridgeWindowManager()
/frameworks/base/services/java/com/android/server/input/
DInputManagerService.java149 int rotation, int externalRotation); in nativeSetDisplayOrientation()
298 public void setDisplayOrientation(int displayId, int rotation, int externalRotation) { in setDisplayOrientation()
/frameworks/base/libs/hwui/
DDisplayListRenderer.h208 void setRotation(float rotation) { in setRotation()
DDisplayListRenderer.cpp365 float rotation = getFloat(); in output() local
940 float rotation = getFloat(); in replay() local
/frameworks/native/opengl/libagl/
Dmatrix.cpp333 matrixf_t rotation; in rotate() local
/frameworks/av/libvideoeditor/lvpp/
DVideoEditorTools.cpp3832 M4OSA_UInt32 height, M4OSA_UInt32 rotation) { in applyVideoRotation()