Home
last modified time | relevance | path

Searched defs:ORIENTATION_PORTRAIT (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/
DPipTransition.kt66 val ORIENTATION_PORTRAIT = 1 constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/
DToastUI.java188 mOrientation == ORIENTATION_PORTRAIT); in onConfigurationChanged() local
/frameworks/base/core/java/android/content/res/
DConfiguration.java660 public static final int ORIENTATION_PORTRAIT = 1; field in Configuration
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintActivity.java148 private static final int ORIENTATION_PORTRAIT = 0; field in PrintActivity