Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
DComplicationLayoutParams.java71 public static final int DIRECTION_START = 1 << 2; field in ComplicationLayoutParams
99 INVALID_DIRECTIONS.put(POSITION_START, DIRECTION_START); in INVALID_DIRECTIONS.put() argument
/frameworks/base/core/java/android/widget/
DAccessibilityIterators.java33 protected static final int DIRECTION_START = -1; field in AccessibilityIterators.LineTextSegmentIterator