Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
DComplicationLayoutParams.java43 public static final int POSITION_TOP = 1 << 0; field in ComplicationLayoutParams
98 INVALID_DIRECTIONS.put(POSITION_TOP, DIRECTION_UP); in INVALID_DIRECTIONS.put() argument
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSizeCompatTests.java2139 assertTrue(originalScreenWidthDp < originalScreenHeighthDp); in testComputeConfigResourceOverrides_unresizableApp()
/frameworks/base/core/java/android/hardware/display/
DDisplayTopology.java861 public static final int POSITION_TOP = 1; field in DisplayTopology.TreeNode
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java123 static final int POSITION_TOP = Integer.MAX_VALUE; field in WindowContainer