Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
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
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DSplitPresenter.java78 static final int POSITION_END = 1; field in SplitPresenter