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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java5248 * device is docked or rotated into a new posture.
5958 private void computeSmallestWidthAndScreenLayout(boolean rotated, int dw, int dh, argument
5965 if (rotated) {
5998 private int computeCompatSmallestWidth(boolean rotated, DisplayMetrics dm, int dw, int dh) { argument
6002 if (rotated) {
6024 final boolean rotated = (mRotation == Surface.ROTATION_90
6026 final int realdw = rotated ? mBaseDisplayHeight : mBaseDisplayWidth;
6027 final int realdh = rotated ? mBaseDisplayWidth : mBaseDisplayHeight;
6087 computeSmallestWidthAndScreenLayout(rotated, dw, dh, dm.density, config);
6091 config.compatSmallestScreenWidthDp = computeCompatSmallestWidth(rotated, d
[all...]

Completed in 65 milliseconds