Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
H A 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
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DSplitPresenter.java74 static final int POSITION_START = 0; field in SplitPresenter