Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRelativeLayout.java94 public static final int RIGHT_OF = 1; field in RelativeLayout
196 LEFT_OF, RIGHT_OF, ALIGN_LEFT, ALIGN_RIGHT, START_OF, END_OF, ALIGN_START, ALIGN_END
909 anchorParams = getRelatedViewParams(rules, RIGHT_OF); in applyHorizontalSizeRules()
913 } else if (childParams.alignWithParent && rules[RIGHT_OF] != 0) { in applyHorizontalSizeRules()
1235 @ViewDebug.IntToString(from = RIGHT_OF, to = "rightOf"),
1293 rules[RIGHT_OF] = a.getResourceId(attr, 0); in LayoutParams()
1558 if (mRules[RIGHT_OF] == 0) { in resolveRules()
1561 mRules[RIGHT_OF] = mRules[END_OF]; in resolveRules()
1603 (mRules[LEFT_OF] != 0 || mRules[RIGHT_OF] != 0)) { in resolveRules()
1606 mRules[RIGHT_OF] = 0; in resolveRules()
[all …]
DTimePickerClockDelegate.java455 if (params.getRule(RelativeLayout.RIGHT_OF) != 0
470 params.removeRule(RelativeLayout.RIGHT_OF);
474 params.addRule(RelativeLayout.RIGHT_OF, mMinuteView.getId());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarView.java251 lp.removeRule(RelativeLayout.RIGHT_OF); in updateLayoutParamsNoCutout()
286 lp.addRule(RelativeLayout.RIGHT_OF, R.id.cutout_space_view); in updateLayoutParamsForCutout()
/frameworks/support/media-widget/src/main/java/androidx/media/widget/
DMediaControlView2.java1381 timeViewParams.addRule(RelativeLayout.RIGHT_OF, R.id.bottom_bar_left); in updateLayoutForSizeChange()
1412 if (timeViewParams.getRules()[RelativeLayout.RIGHT_OF] != 0) { in updateLayoutForSizeChange()
1413 timeViewParams.removeRule(RelativeLayout.RIGHT_OF); in updateLayoutForSizeChange()
/frameworks/av/packages/MediaComponents/src/com/android/widget/
DMediaControlView2Impl.java1242 timeViewParams.addRule(RelativeLayout.RIGHT_OF, R.id.bottom_bar_left); in updateLayoutForSizeChange()
1268 if (timeViewParams.getRule(RelativeLayout.RIGHT_OF) != 0) { in updateLayoutForSizeChange()
1269 timeViewParams.removeRule(RelativeLayout.RIGHT_OF); in updateLayoutForSizeChange()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt38176 field public static final int RIGHT_OF = 1; // 0x1
/frameworks/base/config/
Dhiddenapi-public-dex.txt55009 Landroid/widget/RelativeLayout;->RIGHT_OF:I
/frameworks/base/api/
Dcurrent.txt53148 field public static final int RIGHT_OF = 1; // 0x1