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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DEdgeView.java26 public static final int TOP = 0; field in class:EdgeView
34 private static final int TOP_M = TOP * 16;
64 // EdgeEffect draws the TOP edge from (0, 0) to (w, Y * h) where Y
98 // offset is in pixels. direction is one of {TOP, LEFT, BOTTOM, RIGHT}.
121 // per second. direction is one of {TOP, LEFT, BOTTOM, RIGHT}.
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppWidgetResizeFrame.java64 public static final int TOP = 1; field in class:AppWidgetResizeFrame
106 Gravity.CENTER_HORIZONTAL | Gravity.TOP);
257 cellYInc = Math.max(-mExpandability[TOP], vSpanInc);
260 vSpanInc = Math.min(mExpandability[TOP], vSpanInc);
H A DWorkspace.java189 enum WallpaperVerticalOffset { TOP, MIDDLE, BOTTOM }; enum constant in enum:Workspace.WallpaperVerticalOffset
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DPinnedHeaderListView.java73 private static final int TOP = 0; field in class:PinnedHeaderListView
211 if (header.state == TOP) {
257 header.state = TOP;
372 if (header.visible && header.state == TOP) {
456 } else if (header.state == TOP || header.state == FADING) {
479 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 136 milliseconds