Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
DComplicationLayoutParams.java47 public static final int POSITION_START = 1 << 2; field in ComplicationLayoutParams
99 INVALID_DIRECTIONS.put(POSITION_START, DIRECTION_START); in INVALID_DIRECTIONS.put() argument
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DSplitPresenter.java76 static final int POSITION_START = 0; field in SplitPresenter