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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DEdgeView.java30 public static final int BOTTOM = 2; field in class:EdgeView
38 private static final int BOTTOM_M = BOTTOM * 16;
100 // offset is in pixels. direction is one of {TOP, LEFT, BOTTOM, RIGHT}.
123 // per second. direction is one of {TOP, LEFT, BOTTOM, RIGHT}.
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppWidgetResizeFrame.java72 public static final int BOTTOM = 3; field in class:AppWidgetResizeFrame
117 Gravity.CENTER_HORIZONTAL | Gravity.BOTTOM);
H A DWorkspace.java182 enum WallpaperVerticalOffset { TOP, MIDDLE, BOTTOM }; enum constant in enum:Workspace.WallpaperVerticalOffset
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DPinnedHeaderListView.java74 private static final int BOTTOM = 1; field in class:PinnedHeaderListView
215 } else if (header.state == BOTTOM) {
276 header.state = BOTTOM;
337 if (header.visible && (animate || header.animating) && header.state == BOTTOM) {
457 if (header.state == BOTTOM && header.y < bottom) {
489 if (header.visible && header.state == BOTTOM) {

Completed in 131 milliseconds