Searched refs:ALIGN_RIGHT (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | RelativeLayout.java | 125 public static final int ALIGN_RIGHT = 7; field in RelativeLayout 202 LEFT_OF, RIGHT_OF, ALIGN_LEFT, ALIGN_RIGHT, START_OF, END_OF, ALIGN_START, ALIGN_END 944 anchorParams = getRelatedViewParams(rules, ALIGN_RIGHT); in applyHorizontalSizeRules() 947 } else if (childParams.alignWithParent && rules[ALIGN_RIGHT] != 0) { in applyHorizontalSizeRules() 1248 @ViewDebug.IntToString(from = ALIGN_RIGHT, to = "alignRight"), 1338 rules[ALIGN_RIGHT] = a.getResourceId(attr, 0); in LayoutParams() 1567 if (mRules[ALIGN_RIGHT] == 0) { in resolveRules() 1570 mRules[ALIGN_RIGHT] = mRules[ALIGN_END]; in resolveRules() 1613 (mRules[ALIGN_LEFT] != 0 || mRules[ALIGN_RIGHT] != 0)) { in resolveRules() 1616 mRules[ALIGN_RIGHT] = 0; in resolveRules() [all …]
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | SlidingTab.java | 170 public static final int ALIGN_RIGHT = 1; field in SlidingTab.Slider 245 boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT; in hide() 264 boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT; in show() 306 final boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT; in reset() 360 if (alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT) { in layout() 742 mRightSlider.layout(l, t, r, b, isHorizontal() ? Slider.ALIGN_RIGHT : Slider.ALIGN_TOP);
|
/frameworks/base/core/java/android/text/ |
D | Layout.java | 742 } else if (paraAlign == Alignment.ALIGN_RIGHT) { in getJustifyWidth() 753 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in getJustifyWidth() 757 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in getJustifyWidth() 888 } else if (align == Alignment.ALIGN_RIGHT) { in drawText() 900 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in drawText() 907 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in drawText() 1162 } else if (align == Alignment.ALIGN_RIGHT) { in getLineStartPos() 1171 x = right + getIndentAdjust(line, Alignment.ALIGN_RIGHT); in getLineStartPos() 1189 x = right - max + getIndentAdjust(line, Alignment.ALIGN_RIGHT); in getLineStartPos() 1910 dir == DIR_RIGHT_TO_LEFT ? Alignment.ALIGN_RIGHT : Alignment.ALIGN_LEFT; in getLineLeft() [all …]
|
D | StaticLayout.java | 1534 } else if (align == Alignment.ALIGN_RIGHT) {
|
/frameworks/base/core/java/android/text/method/ |
D | Touch.java | 69 (a == Alignment.ALIGN_RIGHT)) { in scrollTo()
|
/frameworks/base/media/java/android/media/ |
D | WebVttRenderer.java | 1734 alignment = Alignment.ALIGN_RIGHT; in update()
|
D | Cea708CaptionRenderer.java | 1950 mCCView.setAlignment(Alignment.ALIGN_RIGHT); in initWindow()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 38167 field public static final int ALIGN_RIGHT = 7; // 0x7
|
/frameworks/base/core/api/ |
D | current.txt | 60135 field public static final int ALIGN_RIGHT = 7; // 0x7
|