Searched defs:ALIGN_TOP (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java170 public static final int ALIGN_TOP = 2; field in class:SlidingTab.Slider
245 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getBottom()
263 int dy = horiz ? 0: (alignment == ALIGN_TOP ? tab.getHeight() : -tab.getHeight());
306 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getTop()
382 if (alignment == ALIGN_TOP) {
737 mRightSlider.layout(l, t, r, b, isHorizontal() ? Slider.ALIGN_RIGHT : Slider.ALIGN_TOP);
/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java115 public static final int ALIGN_TOP = 6; field in class:RelativeLayout
192 ABOVE, BELOW, ALIGN_BASELINE, ALIGN_TOP, ALIGN_BOTTOM
981 anchorParams = getRelatedViewParams(rules, ALIGN_TOP);
984 } else if (childParams.alignWithParent && rules[ALIGN_TOP] != 0) {
1229 @ViewDebug.IntToString(from = ALIGN_TOP, to = "alignTop"),
1308 rules[ALIGN_TOP] = a.getResourceId(attr, 0);

Completed in 67 milliseconds