Searched refs:ALIGN_BASELINE (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/text/style/ |
D | DynamicDrawableSpan.java | 82 public static final int ALIGN_BASELINE = 1; field in DynamicDrawableSpan 97 ALIGN_BASELINE, 166 if (mVerticalAlignment == ALIGN_BASELINE) { in draw()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
D | NavBarTuner.java | 188 ImageSpan span = new ImageSpan(d, ImageSpan.ALIGN_BASELINE); in updateSummary() 229 ImageSpan span = new ImageSpan(d, ImageSpan.ALIGN_BASELINE); in setupIcons()
|
/frameworks/base/core/java/android/widget/ |
D | RelativeLayout.java | 112 public static final int ALIGN_BASELINE = 4; field in RelativeLayout 197 ABOVE, BELOW, ALIGN_BASELINE, ALIGN_TOP, ALIGN_BOTTOM 1061 final View v = getRelatedView(rules, ALIGN_BASELINE); in getRelatedViewBaselineOffset() 1240 @ViewDebug.IntToString(from = ALIGN_BASELINE, to = "alignBaseline"), 1328 rules[ALIGN_BASELINE] = a.getResourceId(attr, 0); in LayoutParams() 1843 propertyReader.readResourceId(mAlignBaselineId, rules[ALIGN_BASELINE]); in readProperties()
|
/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/non-updatable-api/ |
D | current.txt | 48082 field public static final int ALIGN_BASELINE = 1; // 0x1 57815 field public static final int ALIGN_BASELINE = 4; // 0x4
|
/frameworks/base/api/ |
D | current.txt | 48226 field public static final int ALIGN_BASELINE = 1; // 0x1 57959 field public static final int ALIGN_BASELINE = 4; // 0x4
|