Home
last modified time | relevance | path

Searched refs:adjusted (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DAndroidLocale.java40 String adjusted = languageCode.toLowerCase(Locale.US); in adjustLanguageCode() local
44 adjusted = "iw"; in adjustLanguageCode()
46 adjusted = "in"; in adjustLanguageCode()
48 adjusted = "ji"; in adjustLanguageCode()
51 return adjusted; in adjustLanguageCode()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskStack.java234 final boolean adjusted = !mAdjustedBounds.isEmpty(); in setAdjustedBounds()
236 if (adjusted && isAdjustedForMinimizedDock()) { in setAdjustedBounds()
238 } else if (adjusted && mAdjustedForIme) { in setAdjustedBounds()
245 alignTasksToAdjustedBounds(adjusted ? mAdjustedBounds : mBounds, insetBounds); in setAdjustedBounds()
/frameworks/base/docs/html/guide/topics/ui/controls/
Dpickers.jd38 is valid, formatted correctly, and adjusted to the user's locale.</p>
/frameworks/base/docs/html/training/tv/start/
Dlayouts.jd126 <p>Background screen elements that the user doesn't directly interact with should not be adjusted or
/frameworks/base/docs/html/guide/topics/resources/
Dmore-resources.jd230 … preference. It is recommend you use this unit when specifying font sizes, so they will be adjusted
/frameworks/base/docs/html/guide/topics/graphics/
Dopengl.jd307 <li><strong>Camera transformation matrix</strong> - Once you have adjusted the coordinate system
/frameworks/base/docs/html/guide/topics/media/jet/
Djetcreator_manual.jd236 the callback can be adjusted to compensate for any latency in the audio
/frameworks/base/docs/html/ndk/reference/
Dgroup___input.jd2944 …is the original location of the event on the screen, before it had been adjusted for the containin…
2977 …is the original location of the event on the screen, before it had been adjusted for the containin…
3367 …is the original location of the event on the screen, before it had been adjusted for the containin…
3394 …is the original location of the event on the screen, before it had been adjusted for the containin…
/frameworks/base/docs/html/ndk/downloads/
Drevision_history.jd2282 <li>Modified {@code ndk-build} to provide warnings if the adjusted API level is larger
2795 incorrectly adjusted in the opposite direction from the base class.