Searched refs:DIRECTION_START (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | AccessibilityIterators.java | 33 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/ |
D | ComplicationLayoutParams.java | 61 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
|
D | ComplicationLayoutEngine.java | 21 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/ |
D | ComplicationLayoutEngineTest.java | 328 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()
|
D | ComplicationLayoutParamsTest.java | 59 ComplicationLayoutParams.DIRECTION_START, in testPositionValidation() 68 invalidDirections.put(ComplicationLayoutParams.DIRECTION_START, in testPositionValidation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/ |
D | RegisteredComplicationsModule.java | 126 : ComplicationLayoutParams.DIRECTION_START; in provideOpenHubLayoutParams()
|