Home
last modified time | relevance | path

Searched refs:ALIGN_TOP (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DSlidingTab.java171 public static final int ALIGN_TOP = 2; field in SlidingTab.Slider
248 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getBottom() in hide()
266 int dy = horiz ? 0: (alignment == ALIGN_TOP ? tab.getHeight() : -tab.getHeight()); in show()
309 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getTop() in reset()
385 if (alignment == ALIGN_TOP) { in layout()
742 mRightSlider.layout(l, t, r, b, isHorizontal() ? Slider.ALIGN_RIGHT : Slider.ALIGN_TOP);
/frameworks/base/core/java/android/widget/
DRelativeLayout.java121 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/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt38169 field public static final int ALIGN_TOP = 6; // 0x6
/frameworks/base/core/api/
Dcurrent.txt60137 field public static final int ALIGN_TOP = 6; // 0x6