Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
H A DComplicationLayoutParams.java49 public static final int POSITION_END = 1 << 3; field in ComplicationLayoutParams
100 INVALID_DIRECTIONS.put(POSITION_END, DIRECTION_END); in INVALID_DIRECTIONS.put() argument
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DSplitPresenter.java76 static final int POSITION_END = 1; field in SplitPresenter