Searched defs:BOTTOM (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
H A DGravity.java48 public static final int BOTTOM = (AXIS_PULL_AFTER|AXIS_SPECIFIED)<<AXIS_Y_SHIFT; field in class:Gravity
59 public static final int FILL_VERTICAL = TOP|BOTTOM;
180 * it down; if gravity is BOTTOM it pushes it up; if gravity is
286 * it down; if gravity is BOTTOM it pushes it up; if gravity is
/frameworks/base/core/java/android/widget/
H A DFastScroller.java1650 private static Property<View, Integer> BOTTOM = new IntProperty<View>("bottom") { field in class:FastScroller
1669 final PropertyValuesHolder bottom = PropertyValuesHolder.ofInt(BOTTOM, bounds.bottom);
H A DGridLayout.java635 return horizontal ? RIGHT : BOTTOM;
2726 * {@link #TOP}, {@link #LEFT}, {@link #BOTTOM}, {@link #RIGHT}, {@link #START},
2831 public static final Alignment BOTTOM = TRAILING; field in class:GridLayout
H A DTextView.java346 static final int BOTTOM = 3; field in class:TextView.Drawables
1914 if (dr == null || dr.mShowing[Drawables.BOTTOM] == null) {
2007 } else if (gravity == Gravity.BOTTOM) {
2044 } else if (gravity == Gravity.BOTTOM) {
2172 if (dr.mShowing[Drawables.BOTTOM] != bottom && dr.mShowing[Drawables.BOTTOM] != null) {
2173 dr.mShowing[Drawables.BOTTOM].setCallback(null);
2175 dr.mShowing[Drawables.BOTTOM] = bottom;
2351 if (dr.mShowing[Drawables.BOTTOM] != null) {
2352 dr.mShowing[Drawables.BOTTOM]
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java622 return horizontal ? RIGHT : BOTTOM;
2620 * {@link #TOP}, {@link #LEFT}, {@link #BOTTOM}, {@link #RIGHT}, {@link #START},
2747 public static final Alignment BOTTOM = TRAILING; field in class:GridLayout

Completed in 233 milliseconds