Home
last modified time | relevance | path

Searched refs:ALIGN_PARENT_START (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java187 public static final int ALIGN_PARENT_START = 20; field in RelativeLayout
1258 @ViewDebug.IntToString(from = ALIGN_PARENT_START, to = "alignParentStart"),
1377 rules[ALIGN_PARENT_START] = a.getBoolean(attr, false) ? TRUE : 0; in LayoutParams()
1533 || rule == ALIGN_PARENT_START || rule == ALIGN_PARENT_END; in isRelativeRule()
1593 if (mRules[ALIGN_PARENT_START] != 0) { in resolveRules()
1597 mRules[ALIGN_PARENT_LEFT] = mRules[ALIGN_PARENT_START]; in resolveRules()
1599 mRules[ALIGN_PARENT_START] = 0; in resolveRules()
1646 if ((mRules[ALIGN_PARENT_START] != 0 || mRules[ALIGN_PARENT_END] != 0) && in resolveRules()
1652 if (mRules[ALIGN_PARENT_START] != 0) { in resolveRules()
1655 mRules[ALIGN_PARENT_START] = 0; in resolveRules()
[all …]
/aosp12/packages/apps/Dialer/java/com/android/incallui/video/impl/
H A DVideoCallFragment.java1102 params.addRule(RelativeLayout.ALIGN_PARENT_START); in enterGreenScreenMode()
1128 params.addRule(RelativeLayout.ALIGN_PARENT_START); in exitGreenScreenMode()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyboardShortcuts.java645 lp.removeRule(RelativeLayout.ALIGN_PARENT_START); in populateKeyboardShortcuts()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt55621 field public static final int ALIGN_PARENT_START = 20; // 0x14
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt38165 field public static final int ALIGN_PARENT_START = 20; // 0x14