Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/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/core/java/com/android/server/wm/
DWindowContainer.java145 static final int POSITION_TOP = Integer.MAX_VALUE; field in WindowContainer