Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java178 public static final int ALIGN_START = 18; field in RelativeLayout
1256 @ViewDebug.IntToString(from = ALIGN_START, to = "alignStart"),
1371 rules[ALIGN_START] = a.getResourceId(attr, 0); in LayoutParams()
1532 || rule == ALIGN_START || rule == ALIGN_END in isRelativeRule()
1557 if (mRules[ALIGN_START] != 0) { in resolveRules()
1561 mRules[ALIGN_LEFT] = mRules[ALIGN_START]; in resolveRules()
1563 mRules[ALIGN_START] = 0; in resolveRules()
1612 if ((mRules[ALIGN_START] != 0 || mRules[ALIGN_END] != 0) && in resolveRules()
1618 if (mRules[ALIGN_START] != 0) { in resolveRules()
1621 mRules[ALIGN_START] = 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.txt59502 field public static final int ALIGN_START = 18; // 0x12