Searched refs:ALIGN_TOP (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | SlidingTab.java | 170 public static final int ALIGN_TOP = 2; field in SlidingTab.Slider 245 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getBottom() in hide() 263 int dy = horiz ? 0: (alignment == ALIGN_TOP ? tab.getHeight() : -tab.getHeight()); in show() 306 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getTop() in reset() 382 if (alignment == ALIGN_TOP) { in layout() 737 mRightSlider.layout(l, t, r, b, isHorizontal() ? Slider.ALIGN_RIGHT : Slider.ALIGN_TOP);
|
/frameworks/base/core/java/android/widget/ |
D | RelativeLayout.java | 115 public static final int ALIGN_TOP = 6; field in RelativeLayout 192 ABOVE, BELOW, ALIGN_BASELINE, ALIGN_TOP, ALIGN_BOTTOM 981 anchorParams = getRelatedViewParams(rules, ALIGN_TOP); in applyVerticalSizeRules() 984 } else if (childParams.alignWithParent && rules[ALIGN_TOP] != 0) { in applyVerticalSizeRules() 1229 @ViewDebug.IntToString(from = ALIGN_TOP, to = "alignTop"), 1308 rules[ALIGN_TOP] = a.getResourceId(attr, 0); in LayoutParams()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 38169 field public static final int ALIGN_TOP = 6; // 0x6
|
/frameworks/base/api/ |
D | current.txt | 50859 field public static final int ALIGN_TOP = 6; // 0x6
|
D | test-current.txt | 51332 field public static final int ALIGN_TOP = 6; // 0x6
|
D | system-current.txt | 54817 field public static final int ALIGN_TOP = 6; // 0x6
|