Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRelativeLayout.java99 public static final int RIGHT_OF = 1; field in RelativeLayout
201 LEFT_OF, RIGHT_OF, ALIGN_LEFT, ALIGN_RIGHT, START_OF, END_OF, ALIGN_START, ALIGN_END
928 anchorParams = getRelatedViewParams(rules, RIGHT_OF); in applyHorizontalSizeRules()
932 } else if (childParams.alignWithParent && rules[RIGHT_OF] != 0) { in applyHorizontalSizeRules()
1254 @ViewDebug.IntToString(from = RIGHT_OF, to = "rightOf"),
1319 rules[RIGHT_OF] = a.getResourceId(attr, 0); in LayoutParams()
1584 if (mRules[RIGHT_OF] == 0) { in resolveRules()
1587 mRules[RIGHT_OF] = mRules[END_OF]; in resolveRules()
1629 (mRules[LEFT_OF] != 0 || mRules[RIGHT_OF] != 0)) { in resolveRules()
1632 mRules[RIGHT_OF] = 0; in resolveRules()
[all …]
DTimePickerClockDelegate.java455 if (params.getRule(RelativeLayout.RIGHT_OF) != 0
467 params.removeRule(RelativeLayout.RIGHT_OF);
471 params.addRule(RelativeLayout.RIGHT_OF, mMinuteView.getId());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarView.java260 lp.removeRule(RelativeLayout.RIGHT_OF); in updateLayoutParamsNoCutout()
295 lp.addRule(RelativeLayout.RIGHT_OF, R.id.cutout_space_view); in updateLayoutParamsForCutout()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt38176 field public static final int RIGHT_OF = 1; // 0x1
/frameworks/base/non-updatable-api/
Dcurrent.txt57834 field public static final int RIGHT_OF = 1; // 0x1
/frameworks/base/api/
Dcurrent.txt57978 field public static final int RIGHT_OF = 1; // 0x1