Searched defs:TOP (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DEdgeView.java30 public static final int TOP = 0; field in class:EdgeView
38 private static final int TOP_M = TOP * 16;
68 // EdgeEffect draws the TOP edge from (0, 0) to (w, Y * h) where Y
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.java70 public static final int TOP = 1; field in class:AppWidgetResizeFrame
111 Gravity.CENTER_HORIZONTAL | Gravity.TOP);
H A DCellLayout.java1596 final static int TOP = 1; field in class:CellLayout.ViewCluster
1654 case TOP:
1694 case TOP:
1722 case TOP:
1761 case TOP:
1785 computeEdge(TOP, topEdge);
1808 case TOP:
1841 whichEdge = ViewCluster.TOP;
H A DWorkspace.java181 enum WallpaperVerticalOffset { TOP, MIDDLE, BOTTOM }; enum constant in enum:Workspace.WallpaperVerticalOffset
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppWidgetResizeFrame.java68 public static final int TOP = 1; field in class:AppWidgetResizeFrame
108 Gravity.CENTER_HORIZONTAL | Gravity.TOP);
H A DCellLayout.java1470 final static int TOP = 1; field in class:CellLayout.ViewCluster
1528 case TOP:
1568 case TOP:
1596 case TOP:
1635 case TOP:
1659 computeEdge(TOP, topEdge);
1682 case TOP:
1715 whichEdge = ViewCluster.TOP;
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DPinnedHeaderListView.java74 private static final int TOP = 0; field in class:PinnedHeaderListView
217 if (header.state == TOP) {
264 header.state = TOP;
389 if (header.visible && header.state == TOP) {
500 } else if (header.state == TOP || header.state == FADING) {
534 if (header.visible && (header.state == TOP || header.state == FADING)) {
/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DVoiceDialerActivity.java632 private static final int TOP = 2; // beep constant energy detected field in class:VoiceDialerActivity.CommandRecognizerClient
692 if (false) Log.d(TAG, "start TOP: " + count +" time: "+ (((1000*count)/2)/mSampleRate));
696 state = TOP;
699 case TOP:
702 if (false) Log.d(TAG, "end TOP: " + count +" time: "+ (((1000*count)/2)/mSampleRate));

Completed in 197 milliseconds