Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/widget/
DViewDragHelper.java76 public static final int EDGE_TOP = 1 << 2; field in ViewDragHelper
86 public static final int EDGE_ALL = EDGE_LEFT | EDGE_TOP | EDGE_RIGHT | EDGE_BOTTOM;
1201 if (checkNewEdgeDrag(dy, dx, pointerId, EDGE_TOP)) { in reportNewEdgeDrags()
1202 dragsStarted |= EDGE_TOP; in reportNewEdgeDrags()
1443 if (y < mParentView.getTop() + mEdgeSize) result |= EDGE_TOP; in getEdgesTouched()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java71 public static final int EDGE_TOP = 0x04; field in Keyboard
449 boolean topEdge = (edgeFlags & EDGE_TOP) > 0; in isInside()
586 row.rowEdgeFlags = EDGE_TOP | EDGE_BOTTOM; in Keyboard()
/frameworks/base/core/java/android/view/
DMotionEvent.java406 public static final int EDGE_TOP = 0x00000001; field in MotionEvent
/frameworks/base/api/
Dcurrent.txt11285 field public static final int EDGE_TOP = 4; // 0x4
27252 field public static final int EDGE_TOP = 1; // 0x1