Searched refs:ALIGN_TOP (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | SlidingTab.java | 174 public static final int ALIGN_TOP = 2; field in SlidingTab.Slider 251 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getBottom() in hide() 269 int dy = horiz ? 0: (alignment == ALIGN_TOP ? tab.getHeight() : -tab.getHeight()); in show() 312 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getTop() in reset() 388 if (alignment == ALIGN_TOP) { in layout() 745 mRightSlider.layout(l, t, r, b, isHorizontal() ? Slider.ALIGN_RIGHT : Slider.ALIGN_TOP);
|
/frameworks/base/core/java/android/widget/ |
D | RelativeLayout.java | 121 public static final int ALIGN_TOP = 6; field in RelativeLayout 198 ABOVE, BELOW, ALIGN_BASELINE, ALIGN_TOP, ALIGN_BOTTOM 1001 anchorParams = getRelatedViewParams(rules, ALIGN_TOP); in applyVerticalSizeRules() 1004 } else if (childParams.alignWithParent && rules[ALIGN_TOP] != 0) { in applyVerticalSizeRules() 1249 @ViewDebug.IntToString(from = ALIGN_TOP, to = "alignTop"), 1335 rules[ALIGN_TOP] = a.getResourceId(attr, 0); in LayoutParams() 1857 propertyReader.readResourceId(mAlignTopId, rules[ALIGN_TOP]); in readProperties()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |