Searched defs:TOP (Results 1 - 9 of 9) 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.java180 enum WallpaperVerticalOffset { TOP, MIDDLE, BOTTOM }; enum constant in enum:Workspace.WallpaperVerticalOffset
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppWidgetResizeFrame.java70 public static final int TOP = 1; field in class:AppWidgetResizeFrame
110 Gravity.CENTER_HORIZONTAL | Gravity.TOP);
H A DCellLayout.java1571 final static int TOP = 1; field in class:CellLayout.ViewCluster
1629 case TOP:
1669 case TOP:
1697 case TOP:
1736 case TOP:
1760 computeEdge(TOP, topEdge);
1783 case TOP:
1816 whichEdge = ViewCluster.TOP;
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DPinnedHeaderListView.java73 private static final int TOP = 0; field in class:PinnedHeaderListView
222 if (header.state == TOP) {
269 header.state = TOP;
385 if (header.visible && header.state == TOP) {
487 } else if (header.state == TOP || header.state == FADING) {
510 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));
/packages/apps/Dialer/src/com/android/dialer/list/
H A DPhoneFavoritesTileAdapter.java420 if (viewType == ViewTypes.TOP) {
530 case ViewTypes.TOP:
544 return ViewTypes.TOP;
714 if (mItemViewType == ViewTypes.TOP) {
744 } else if (mItemViewType == ViewTypes.TOP) {
808 case ViewTypes.TOP:
834 case ViewTypes.TOP:
862 case ViewTypes.TOP:
1163 public static final int TOP = 1; field in class:PhoneFavoritesTileAdapter.ViewTypes

Completed in 137 milliseconds