Searched refs:ALIGN_BOTTOM (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/text/style/
H A DImageSpan.java41 this(null, b, ALIGN_BOTTOM);
53 this(context, b, ALIGN_BOTTOM);
57 * @param verticalAlignment one of {@link DynamicDrawableSpan#ALIGN_BOTTOM} or
72 this(d, ALIGN_BOTTOM);
76 * @param verticalAlignment one of {@link DynamicDrawableSpan#ALIGN_BOTTOM} or
85 this(d, source, ALIGN_BOTTOM);
89 * @param verticalAlignment one of {@link DynamicDrawableSpan#ALIGN_BOTTOM} or
99 this(context, uri, ALIGN_BOTTOM);
103 * @param verticalAlignment one of {@link DynamicDrawableSpan#ALIGN_BOTTOM} or
114 this(context, resourceId, ALIGN_BOTTOM);
[all...]
H A DDynamicDrawableSpan.java40 public static final int ALIGN_BOTTOM = 0; field in class:DynamicDrawableSpan
51 mVerticalAlignment = ALIGN_BOTTOM;
55 * @param verticalAlignment one of {@link #ALIGN_BOTTOM} or {@link #ALIGN_BASELINE}.
62 * Returns the vertical alignment of this span, one of {@link #ALIGN_BOTTOM} or
/frameworks/ex/chips/src/com/android/ex/chips/recipientchip/
H A DVisibleRecipientChip.java35 super(drawable, DynamicDrawableSpan.ALIGN_BOTTOM);
/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java122 public static final int ALIGN_BOTTOM = 8; field in class:RelativeLayout
191 ABOVE, BELOW, ALIGN_BASELINE, ALIGN_TOP, ALIGN_BOTTOM
964 anchorParams = getRelatedViewParams(rules, ALIGN_BOTTOM);
967 } else if (childParams.alignWithParent && rules[ALIGN_BOTTOM] != 0) {
1181 @ViewDebug.IntToString(from = ALIGN_BOTTOM, to = "alignBottom"),
1270 rules[ALIGN_BOTTOM] = a.getResourceId(attr, 0);
/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java165 public static final int ALIGN_BOTTOM = 3; field in class:SlidingTab.Slider
728 mLeftSlider.layout(l, t, r, b, isHorizontal() ? Slider.ALIGN_LEFT : Slider.ALIGN_BOTTOM);
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2510 super(ALIGN_BOTTOM);

Completed in 110 milliseconds