Searched refs:ALIGN_BOTTOM (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/text/style/ |
D | ImageSpan.java | 42 this(null, b, ALIGN_BOTTOM); in ImageSpan() 54 this(context, b, ALIGN_BOTTOM); in ImageSpan() 73 this(d, ALIGN_BOTTOM); in ImageSpan() 86 this(d, source, ALIGN_BOTTOM); in ImageSpan() 100 this(context, uri, ALIGN_BOTTOM); in ImageSpan() 115 this(context, resourceId, ALIGN_BOTTOM); in ImageSpan()
|
D | DynamicDrawableSpan.java | 37 public static final int ALIGN_BOTTOM = 0; field in DynamicDrawableSpan 48 mVerticalAlignment = ALIGN_BOTTOM; in DynamicDrawableSpan()
|
/frameworks/base/core/java/android/widget/ |
D | RelativeLayout.java | 123 public static final int ALIGN_BOTTOM = 8; field in RelativeLayout 192 ABOVE, BELOW, ALIGN_BASELINE, ALIGN_TOP, ALIGN_BOTTOM 985 anchorParams = getRelatedViewParams(rules, ALIGN_BOTTOM); in applyVerticalSizeRules() 988 } else if (childParams.alignWithParent && rules[ALIGN_BOTTOM] != 0) { in applyVerticalSizeRules() 1199 @ViewDebug.IntToString(from = ALIGN_BOTTOM, to = "alignBottom"), 1285 rules[ALIGN_BOTTOM] = a.getResourceId(attr, 0); in LayoutParams()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | SlidingTab.java | 171 public static final int ALIGN_BOTTOM = 3; field in SlidingTab.Slider 736 mLeftSlider.layout(l, t, r, b, isHorizontal() ? Slider.ALIGN_LEFT : Slider.ALIGN_BOTTOM);
|
/frameworks/ex/common/java/com/android/ex/editstyledtext/ |
D | EditStyledText.java | 2510 super(ALIGN_BOTTOM); in HorizontalLineSpan()
|
/frameworks/base/api/ |
D | current.txt | 32989 field public static final int ALIGN_BOTTOM = 0; // 0x0 40886 field public static final int ALIGN_BOTTOM = 8; // 0x8
|
D | system-current.txt | 35281 field public static final int ALIGN_BOTTOM = 0; // 0x0 43492 field public static final int ALIGN_BOTTOM = 8; // 0x8
|