Searched refs:RIGHT_OF (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | RelativeLayout.java | 100 public static final int RIGHT_OF = 1; field in RelativeLayout 202 LEFT_OF, RIGHT_OF, ALIGN_LEFT, ALIGN_RIGHT, START_OF, END_OF, ALIGN_START, ALIGN_END 929 anchorParams = getRelatedViewParams(rules, RIGHT_OF); in applyHorizontalSizeRules() 933 } else if (childParams.alignWithParent && rules[RIGHT_OF] != 0) { in applyHorizontalSizeRules() 1255 @ViewDebug.IntToString(from = RIGHT_OF, to = "rightOf"), 1320 rules[RIGHT_OF] = a.getResourceId(attr, 0); in LayoutParams() 1585 if (mRules[RIGHT_OF] == 0) { in resolveRules() 1588 mRules[RIGHT_OF] = mRules[END_OF]; in resolveRules() 1630 (mRules[LEFT_OF] != 0 || mRules[RIGHT_OF] != 0)) { in resolveRules() 1633 mRules[RIGHT_OF] = 0; in resolveRules() [all …]
|
D | TimePickerClockDelegate.java | 455 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/ |
D | KeyguardStatusBarView.java | 281 lp.removeRule(RelativeLayout.RIGHT_OF); in updateLayoutParamsNoCutout() 316 lp.addRule(RelativeLayout.RIGHT_OF, R.id.cutout_space_view); in updateLayoutParamsForCutout()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 38176 field public static final int RIGHT_OF = 1; // 0x1
|
/frameworks/base/api/ |
D | current.txt | 60405 field public static final int RIGHT_OF = 1; // 0x1
|