Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java174 public static final int END_OF = 17; field in RelativeLayout
1261 @ViewDebug.IntToString(from = END_OF, to = "endOf")
1368 rules[END_OF] = a.getResourceId(attr, 0); in LayoutParams()
1531 return rule == START_OF || rule == END_OF in isRelativeRule()
1584 if (mRules[END_OF] != 0) { in resolveRules()
1588 mRules[RIGHT_OF] = mRules[END_OF]; in resolveRules()
1590 mRules[END_OF] = 0; in resolveRules()
1629 if ((mRules[START_OF] != 0 || mRules[END_OF] != 0) && in resolveRules()
1640 if (mRules[END_OF] != 0) { in resolveRules()
1643 mRules[END_OF] = 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.txt59508 field public static final int END_OF = 17; // 0x11