Home
last modified time | relevance | path

Searched refs:EDGE_TOP (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/widget/
DViewDragHelper.java77 public static final int EDGE_TOP = 1 << 2; field in ViewDragHelper
87 public static final int EDGE_ALL = EDGE_LEFT | EDGE_TOP | EDGE_RIGHT | EDGE_BOTTOM;
1275 if (checkNewEdgeDrag(dy, dx, pointerId, EDGE_TOP)) {
1276 dragsStarted |= EDGE_TOP;
1517 if (y < mParentView.getTop() + mEdgeSize) result |= EDGE_TOP;
DOverlappingPaneLayout.java563 mDragHelper.setEdgeTrackingEnabled(ViewDragHelper.EDGE_TOP); in onLayout()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboard.java75 public static final int EDGE_TOP = 0x04; field in Keyboard
445 boolean topEdge = (edgeFlags & EDGE_TOP) > 0; in isInside()
575 row.rowEdgeFlags = EDGE_TOP | EDGE_BOTTOM; in Keyboard()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageShow.java101 private static final int EDGE_TOP = 2; field in ImageShow
852 currentEdgeEffect = EDGE_TOP; in constrainTranslation()