Home
last modified time | relevance | path

Searched refs:ALIGN_END (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java182 public static final int ALIGN_END = 19; field in RelativeLayout
1257 @ViewDebug.IntToString(from = ALIGN_END, to = "alignEnd"),
1374 rules[ALIGN_END] = a.getResourceId(attr, 0); in LayoutParams()
1532 || rule == ALIGN_START || rule == ALIGN_END in isRelativeRule()
1566 if (mRules[ALIGN_END] != 0) { in resolveRules()
1570 mRules[ALIGN_RIGHT] = mRules[ALIGN_END]; in resolveRules()
1572 mRules[ALIGN_END] = 0; in resolveRules()
1612 if ((mRules[ALIGN_START] != 0 || mRules[ALIGN_END] != 0) && in resolveRules()
1623 if (mRules[ALIGN_END] != 0) { in resolveRules()
1626 mRules[ALIGN_END] = 0; in resolveRules()
[all …]
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt59493 field public static final int ALIGN_END = 19; // 0x13