Searched refs:ALIGN_BASELINE (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/text/style/ |
D | DynamicDrawableSpan.java | 77 public static final int ALIGN_BASELINE = 1; field in DynamicDrawableSpan 141 if (mVerticalAlignment == ALIGN_BASELINE) { in draw()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
D | NavBarTuner.java | 187 ImageSpan span = new ImageSpan(d, ImageSpan.ALIGN_BASELINE); in updateSummary() 228 ImageSpan span = new ImageSpan(d, ImageSpan.ALIGN_BASELINE); in setupIcons()
|
/frameworks/base/core/java/android/widget/ |
D | RelativeLayout.java | 107 public static final int ALIGN_BASELINE = 4; field in RelativeLayout 192 ABOVE, BELOW, ALIGN_BASELINE, ALIGN_TOP, ALIGN_BOTTOM 1042 final View v = getRelatedView(rules, ALIGN_BASELINE); in getRelatedViewBaselineOffset() 1221 @ViewDebug.IntToString(from = ALIGN_BASELINE, to = "alignBaseline"), 1302 rules[ALIGN_BASELINE] = a.getResourceId(attr, 0); in LayoutParams()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 30498 field public static final int ALIGN_BASELINE = 1; // 0x1 38157 field public static final int ALIGN_BASELINE = 4; // 0x4
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 45770 Landroid/text/style/DynamicDrawableSpan;->ALIGN_BASELINE:I 54980 Landroid/widget/RelativeLayout;->ALIGN_BASELINE:I
|
/frameworks/base/api/ |
D | current.txt | 44175 field public static final int ALIGN_BASELINE = 1; // 0x1 53129 field public static final int ALIGN_BASELINE = 4; // 0x4
|