Searched defs:BOTTOM (Results 1 – 7 of 7) sorted by relevance
63 TOP, BOTTOM, CENTER enumConstant
53 public static final int BOTTOM = (AXIS_PULL_AFTER|AXIS_SPECIFIED)<<AXIS_Y_SHIFT; field in Gravity
1607 public static final int BOTTOM = 1 << 3; field in WindowInsets.Side
53 BOTTOM, enumConstant
60 NONE, TOP, BOTTOM, LEFT, RIGHT enumConstant
1674 private static Property<View, Integer> BOTTOM = new IntProperty<View>("bottom") { field in FastScroller
514 static final int BOTTOM = 3; field in TextView.Drawables