Searched refs:ALIGN_BOTTOM (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/text/style/ |
D | ImageSpan.java | 77 this(null, b, ALIGN_BOTTOM); in ImageSpan() 97 this(context, bitmap, ALIGN_BOTTOM); in ImageSpan() 128 this(drawable, ALIGN_BOTTOM); in ImageSpan() 151 this(drawable, source, ALIGN_BOTTOM); in ImageSpan() 178 this(context, uri, ALIGN_BOTTOM); in ImageSpan() 207 this(context, resourceId, ALIGN_BOTTOM); in ImageSpan()
|
D | DynamicDrawableSpan.java | 76 public static final int ALIGN_BOTTOM = 0; field in DynamicDrawableSpan 96 ALIGN_BOTTOM, 112 mVerticalAlignment = ALIGN_BOTTOM; in DynamicDrawableSpan()
|
/frameworks/base/core/java/android/widget/ |
D | RelativeLayout.java | 128 public static final int ALIGN_BOTTOM = 8; field in RelativeLayout 197 ABOVE, BELOW, ALIGN_BASELINE, ALIGN_TOP, ALIGN_BOTTOM 1007 anchorParams = getRelatedViewParams(rules, ALIGN_BOTTOM); in applyVerticalSizeRules() 1010 } else if (childParams.alignWithParent && rules[ALIGN_BOTTOM] != 0) { in applyVerticalSizeRules() 1241 @ViewDebug.IntToString(from = ALIGN_BOTTOM, to = "alignBottom"), 1340 rules[ALIGN_BOTTOM] = a.getResourceId(attr, 0); in LayoutParams() 1844 propertyReader.readResourceId(mAlignBottomId, rules[ALIGN_BOTTOM]); in readProperties()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | SlidingTab.java | 175 public static final int ALIGN_BOTTOM = 3; field in SlidingTab.Slider 744 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/opt/setupwizard/tools/docs/ |
D | android-22.txt | 30499 field public static final int ALIGN_BOTTOM = 0; // 0x0 38158 field public static final int ALIGN_BOTTOM = 8; // 0x8
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 48083 field public static final int ALIGN_BOTTOM = 0; // 0x0 57816 field public static final int ALIGN_BOTTOM = 8; // 0x8
|
/frameworks/base/api/ |
D | current.txt | 48227 field public static final int ALIGN_BOTTOM = 0; // 0x0 57960 field public static final int ALIGN_BOTTOM = 8; // 0x8
|