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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DEdgeView.java32 public static final int BOTTOM = 2; field in class:EdgeView
40 private static final int BOTTOM_M = BOTTOM * 16;
102 // offset is in pixels. direction is one of {TOP, LEFT, BOTTOM, RIGHT}.
125 // 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 DCellLayout.java1598 final static int BOTTOM = 3; field in class:CellLayout.ViewCluster
1662 case BOTTOM:
1701 case BOTTOM:
1725 case BOTTOM:
1763 case BOTTOM:
1792 computeEdge(BOTTOM, bottomEdge);
1810 case BOTTOM:
1844 whichEdge = ViewCluster.BOTTOM;
H A DWorkspace.java181 enum WallpaperVerticalOffset { TOP, MIDDLE, BOTTOM }; enum constant in enum:Workspace.WallpaperVerticalOffset
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DPinnedHeaderListView.java75 private static final int BOTTOM = 1; field in class:PinnedHeaderListView
219 } else if (header.state == BOTTOM) {
280 header.state = BOTTOM;
341 if (header.visible && (animate || header.animating) && header.state == BOTTOM) {
498 if (header.state == BOTTOM && header.y < bottom) {
541 if (header.visible && header.state == BOTTOM) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java1408 final static int BOTTOM = 1 << 3; field in class:CellLayout.ViewCluster
1437 dirtyEdges = LEFT | TOP | RIGHT | BOTTOM;
1470 case BOTTOM:
1512 case BOTTOM:
1536 case BOTTOM:
1570 case BOTTOM:
1604 whichEdge = ViewCluster.BOTTOM;
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 350 milliseconds