Searched refs:ALIGN_RIGHT (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | RelativeLayout.java | 119 public static final int ALIGN_RIGHT = 7; field in RelativeLayout 196 LEFT_OF, RIGHT_OF, ALIGN_LEFT, ALIGN_RIGHT, START_OF, END_OF, ALIGN_START, ALIGN_END 924 anchorParams = getRelatedViewParams(rules, ALIGN_RIGHT); in applyHorizontalSizeRules() 927 } else if (childParams.alignWithParent && rules[ALIGN_RIGHT] != 0) { in applyHorizontalSizeRules() 1228 @ViewDebug.IntToString(from = ALIGN_RIGHT, to = "alignRight"), 1311 rules[ALIGN_RIGHT] = a.getResourceId(attr, 0); in LayoutParams() 1540 if (mRules[ALIGN_RIGHT] == 0) { in resolveRules() 1543 mRules[ALIGN_RIGHT] = mRules[ALIGN_END]; in resolveRules() 1586 (mRules[ALIGN_LEFT] != 0 || mRules[ALIGN_RIGHT] != 0)) { in resolveRules() 1589 mRules[ALIGN_RIGHT] = 0; in resolveRules() [all …]
|
D | TextView.java | 7790 alignment = Layout.Alignment.ALIGN_RIGHT; in getLayoutAlignment() 7811 ? Layout.Alignment.ALIGN_RIGHT : Layout.Alignment.ALIGN_LEFT; in getLayoutAlignment() 7815 ? Layout.Alignment.ALIGN_LEFT : Layout.Alignment.ALIGN_RIGHT; in getLayoutAlignment() 8590 ? Layout.Alignment.ALIGN_LEFT : Layout.Alignment.ALIGN_RIGHT; in bringTextIntoView() 8593 ? Layout.Alignment.ALIGN_RIGHT : Layout.Alignment.ALIGN_LEFT; in bringTextIntoView() 8614 } else if (a == Layout.Alignment.ALIGN_RIGHT) { in bringTextIntoView() 8662 case ALIGN_RIGHT: in bringPointIntoView()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | SlidingTab.java | 169 public static final int ALIGN_RIGHT = 1; field in SlidingTab.Slider 242 boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT; in hide() 261 boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT; in show() 303 final boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT; in reset() 357 if (alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT) { in layout() 737 mRightSlider.layout(l, t, r, b, isHorizontal() ? Slider.ALIGN_RIGHT : Slider.ALIGN_TOP);
|
/frameworks/base/core/java/android/text/ |
D | Layout.java | 356 } else if (paraAlign == Alignment.ALIGN_RIGHT) { in getJustifyWidth() 367 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in getJustifyWidth() 371 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in getJustifyWidth() 497 } else if (align == Alignment.ALIGN_RIGHT) { in drawText() 509 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in drawText() 516 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in drawText() 667 } else if (align == Alignment.ALIGN_RIGHT) { in getLineStartPos() 676 x = right + getIndentAdjust(line, Alignment.ALIGN_RIGHT); in getLineStartPos() 694 x = right - max + getIndentAdjust(line, Alignment.ALIGN_RIGHT); in getLineStartPos() 1239 } else if (align == Alignment.ALIGN_RIGHT) { in getLineLeft() [all …]
|
D | StaticLayout.java | 1254 } 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 | 1732 alignment = Alignment.ALIGN_RIGHT; in update()
|
D | Cea708CaptionRenderer.java | 1950 mCCView.setAlignment(Alignment.ALIGN_RIGHT); in initWindow()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 38167 field public static final int ALIGN_RIGHT = 7; // 0x7
|
/frameworks/base/api/ |
D | current.txt | 50857 field public static final int ALIGN_RIGHT = 7; // 0x7
|
D | test-current.txt | 51330 field public static final int ALIGN_RIGHT = 7; // 0x7
|
D | system-current.txt | 54815 field public static final int ALIGN_RIGHT = 7; // 0x7
|