Searched refs:ALIGN_BASELINE (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/java/android/text/style/ |
H A D | DynamicDrawableSpan.java | 82 public static final int ALIGN_BASELINE = 1; field in DynamicDrawableSpan 97 ALIGN_BASELINE, 166 if (mVerticalAlignment == ALIGN_BASELINE) { in draw()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
H A D | NavBarTuner.java | 189 ImageSpan span = new ImageSpan(d, ImageSpan.ALIGN_BASELINE); in updateSummary() 230 ImageSpan span = new ImageSpan(d, ImageSpan.ALIGN_BASELINE); in setupIcons()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | RelativeLayout.java | 113 public static final int ALIGN_BASELINE = 4; field in RelativeLayout 198 ABOVE, BELOW, ALIGN_BASELINE, ALIGN_TOP, ALIGN_BOTTOM 1062 final View v = getRelatedView(rules, ALIGN_BASELINE); in getRelatedViewBaselineOffset() 1241 @ViewDebug.IntToString(from = ALIGN_BASELINE, to = "alignBaseline"), 1329 rules[ALIGN_BASELINE] = a.getResourceId(attr, 0); in LayoutParams() 1844 propertyReader.readResourceId(mAlignBaselineId, rules[ALIGN_BASELINE]); in readProperties()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 48277 field public static final int ALIGN_BASELINE = 1; // 0x1 59491 field public static final int ALIGN_BASELINE = 4; // 0x4
|