Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRelativeLayout.java181 public static final int ALIGN_PARENT_START = 20; field in RelativeLayout
1238 @ViewDebug.IntToString(from = ALIGN_PARENT_START, to = "alignParentStart"),
1350 rules[ALIGN_PARENT_START] = a.getBoolean(attr, false) ? TRUE : 0; in LayoutParams()
1500 mInitialRules[ALIGN_PARENT_START] != 0 || mInitialRules[ALIGN_PARENT_END] != 0); in hasRelativeRules()
1506 || rule == ALIGN_PARENT_START || rule == ALIGN_PARENT_END; in isRelativeRule()
1566 if (mRules[ALIGN_PARENT_START] != 0) { in resolveRules()
1570 mRules[ALIGN_PARENT_LEFT] = mRules[ALIGN_PARENT_START]; in resolveRules()
1572 mRules[ALIGN_PARENT_START] = 0; in resolveRules()
1619 if ((mRules[ALIGN_PARENT_START] != 0 || mRules[ALIGN_PARENT_END] != 0) && in resolveRules()
1625 if (mRules[ALIGN_PARENT_START] != 0) { in resolveRules()
[all …]
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DImageCardView.java243 relativeLayoutParams.removeRule(RelativeLayout.ALIGN_PARENT_START); in buildImageCardView()
/frameworks/support/car/src/main/java/androidx/car/widget/
DSeekbarListItem.java258 layoutParams.addRule(RelativeLayout.ALIGN_PARENT_START); in setPrimaryActionLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyboardShortcuts.java644 lp.removeRule(RelativeLayout.ALIGN_PARENT_START); in populateKeyboardShortcuts()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt38165 field public static final int ALIGN_PARENT_START = 20; // 0x14
/frameworks/base/config/
Dhiddenapi-public-dex.txt54988 Landroid/widget/RelativeLayout;->ALIGN_PARENT_START:I
/frameworks/base/api/
Dcurrent.txt53137 field public static final int ALIGN_PARENT_START = 20; // 0x14