Home | History | Annotate | Download | only in widget

Lines Matching defs:BOTTOM

125  * and <em>bottom</em> edges.
183 * {@link android.view.View#getBottom() bottom} and
585 return horizontal ? RIGHT : BOTTOM;
851 getMargin1(c, false, false) - insets.bottom);
1019 return result - (horizontal ? insets.left + insets.right : insets.top + insets.bottom);
1057 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
1061 int targetHeight = bottom - top;
1133 height += (insets.top + insets.bottom);
1875 int left, int top, int right, int bottom,
1878 setMargins(left, top, right, bottom);
2479 * {@link #TOP}, {@link #LEFT}, {@link #BOTTOM}, {@link #RIGHT}, {@link #START},
2581 * Indicates that a view should be aligned with the <em>bottom</em>
2584 public static final Alignment BOTTOM = TRAILING;