Home
last modified time | relevance | path

Searched refs:rotated (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/docs/html/resources/articles/
Dfaster-screen-orientation-change.jd73 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/
Dlogcat.jd82 <td>Sets the maximum number of rotated logs to <code>&lt;count&gt;</code>. The default value
Dadb.jd641 <td>Sets the maximum number of rotated logs to <code>&lt;count&gt;</code>. The default value is 4. …
/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java5802 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/
Ddebugging-log.jd110 <td>Sets the maximum number of rotated logs to <code>&lt;count&gt;</code>. The default value
/frameworks/base/docs/html/sdk/
DRELEASENOTES.jd759 <li>Fixed scrollwheel Dpad emulation in rotated mode. before that, using the
/frameworks/base/docs/html/guide/topics/manifest/
Dactivity-element.jd223 <td>The screen orientation has changed &mdash; the user has rotated the device.
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_nontext.txt4245 /sdcard/android/layout_tests/transforms/3d/hit-testing/rotated-hit-test.html