Searched refs:rotated (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/docs/html/resources/articles/ |
D | faster-screen-orientation-change.jd | 73 screen is rotated. However, can you imagine how painful it would be for the user 78 caching the images when the screen is not rotated? Fortunately for us, Android
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | logcat.jd | 82 <td>Sets the maximum number of rotated logs to <code><count></code>. The default value
|
D | adb.jd | 641 <td>Sets the maximum number of rotated logs to <code><count></code>. The default value is 4. …
|
/frameworks/base/services/java/com/android/server/wm/ |
D | WindowManagerService.java | 5802 private int computeSmallestWidth(boolean rotated, int dw, int dh, float density) { in computeSmallestWidth() argument 5808 if (rotated) { in computeSmallestWidth() 5834 private int computeCompatSmallestWidth(boolean rotated, DisplayMetrics dm, int dw, int dh) { in computeCompatSmallestWidth() argument 5838 if (rotated) { in computeCompatSmallestWidth() 5860 final boolean rotated = (mRotation == Surface.ROTATION_90 in computeNewConfigurationLocked() 5862 final int realdw = rotated ? mBaseDisplayHeight : mBaseDisplayWidth; in computeNewConfigurationLocked() 5863 final int realdh = rotated ? mBaseDisplayWidth : mBaseDisplayHeight; in computeNewConfigurationLocked() 5917 config.smallestScreenWidthDp = computeSmallestWidth(rotated, dw, dh, dm.density); in computeNewConfigurationLocked() 5921 config.compatSmallestScreenWidthDp = computeCompatSmallestWidth(rotated, dm, dw, dh); in computeNewConfigurationLocked() 6924 final boolean rotated = (mRotation == Surface.ROTATION_90 [all …]
|
/frameworks/base/docs/html/guide/developing/debugging/ |
D | debugging-log.jd | 110 <td>Sets the maximum number of rotated logs to <code><count></code>. The default value
|
/frameworks/base/docs/html/sdk/ |
D | RELEASENOTES.jd | 759 <li>Fixed scrollwheel Dpad emulation in rotated mode. before that, using the
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | activity-element.jd | 223 <td>The screen orientation has changed — the user has rotated the device.
|
/frameworks/base/tests/DumpRenderTree/assets/results/ |
D | layout_tests_nontext.txt | 4245 /sdcard/android/layout_tests/transforms/3d/hit-testing/rotated-hit-test.html
|