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

/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java164 public static final int ALIGN_TOP = 2; field in class:SlidingTab.Slider
239 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getBottom()
257 int dy = horiz ? 0: (alignment == ALIGN_TOP ? tab.getHeight() : -tab.getHeight());
300 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getTop()
376 if (alignment == ALIGN_TOP) {
729 mRightSlider.layout(l, t, r, b, isHorizontal() ? Slider.ALIGN_RIGHT : Slider.ALIGN_TOP);
/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java114 public static final int ALIGN_TOP = 6; field in class:RelativeLayout
191 ABOVE, BELOW, ALIGN_BASELINE, ALIGN_TOP, ALIGN_BOTTOM
957 anchorParams = getRelatedViewParams(rules, ALIGN_TOP);
960 } else if (childParams.alignWithParent && rules[ALIGN_TOP] != 0) {
1188 @ViewDebug.IntToString(from = ALIGN_TOP, to = "alignTop"),
1264 rules[ALIGN_TOP] = a.getResourceId(attr, 0);

Completed in 1155 milliseconds