Home
last modified time | relevance | path

Searched refs:DIRECTION_START (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/widget/
DAccessibilityIterators.java33 protected static final int DIRECTION_START = -1; field in AccessibilityIterators.LineTextSegmentIterator
64 if (getLineEdgeIndex(currentLine, DIRECTION_START) == offset) { in following()
73 final int start = getLineEdgeIndex(nextLine, DIRECTION_START); in following()
101 final int start = getLineEdgeIndex(previousLine, DIRECTION_START); in preceding()
192 final int start = getLineEdgeIndex(currentPageStartLine, DIRECTION_START); in preceding()
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
DComplicationLayoutParams.java61 DIRECTION_START,
71 public static final int DIRECTION_START = 1 << 2; field in ComplicationLayoutParams
99 INVALID_DIRECTIONS.put(POSITION_START, DIRECTION_START); in INVALID_DIRECTIONS.put() argument
DComplicationLayoutEngine.java21 import static com.android.systemui.complication.ComplicationLayoutParams.DIRECTION_START;
216 || direction == ComplicationLayoutParams.DIRECTION_START)) { in applyLayoutParams()
228 || direction == ComplicationLayoutParams.DIRECTION_START)) { in applyLayoutParams()
233 if (isRoot || direction != ComplicationLayoutParams.DIRECTION_START) { in applyLayoutParams()
252 case ComplicationLayoutParams.DIRECTION_START: in applyLayoutParams()
542 case ComplicationLayoutParams.DIRECTION_START: in getMargins()
630 addToMapping(mapping, POSITION_END | POSITION_TOP, DIRECTION_START, topMargins); in generatePositionDirectionalMarginsMapping()
633 addToMapping(mapping, POSITION_END | POSITION_BOTTOM, DIRECTION_START, bottomMargins); in generatePositionDirectionalMarginsMapping()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/
DComplicationLayoutEngineTest.java328 ComplicationLayoutParams.DIRECTION_START, in testPositionLayout()
359 ComplicationLayoutParams.DIRECTION_START, in testPositionLayout()
399 ComplicationLayoutParams.DIRECTION_START, in testDefaultMargin()
415 ComplicationLayoutParams.DIRECTION_START, in testDefaultMargin()
476 ComplicationLayoutParams.DIRECTION_START, in testComplicationMargin()
492 ComplicationLayoutParams.DIRECTION_START, in testComplicationMargin()
528 ComplicationLayoutParams.DIRECTION_START, in testWidthConstraint()
752 ComplicationLayoutParams.DIRECTION_START, in testGetViews()
DComplicationLayoutParamsTest.java59 ComplicationLayoutParams.DIRECTION_START, in testPositionValidation()
68 invalidDirections.put(ComplicationLayoutParams.DIRECTION_START, in testPositionValidation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/
DRegisteredComplicationsModule.java126 : ComplicationLayoutParams.DIRECTION_START; in provideOpenHubLayoutParams()