Home
last modified time | relevance | path

Searched refs:EDGE_BOTTOM (Results 1 – 11 of 11) sorted by relevance

/frameworks/support/v4/java/android/support/v4/widget/
DViewDragHelper.java81 public static final int EDGE_BOTTOM = 1 << 3; field in ViewDragHelper
86 public static final int EDGE_ALL = EDGE_LEFT | EDGE_TOP | EDGE_RIGHT | EDGE_BOTTOM;
1240 if (checkNewEdgeDrag(dy, dx, pointerId, EDGE_BOTTOM)) { in reportNewEdgeDrags()
1241 dragsStarted |= EDGE_BOTTOM; in reportNewEdgeDrags()
1478 if (y > mParentView.getBottom() - mEdgeSize) result |= EDGE_BOTTOM; in getEdgesTouched()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java73 public static final int EDGE_BOTTOM = 0x08; field in Keyboard
462 boolean bottomEdge = (edgeFlags & EDGE_BOTTOM) > 0; in isInside()
599 row.rowEdgeFlags = EDGE_TOP | EDGE_BOTTOM; in Keyboard()
/frameworks/base/core/java/android/view/
DMotionEvent.java455 public static final int EDGE_BOTTOM = 0x00000002; field in MotionEvent
/frameworks/support/v4/api/
D22.0.0.txt2821 field public static final int EDGE_BOTTOM = 8; // 0x8
D22.1.0.txt3087 field public static final int EDGE_BOTTOM = 8; // 0x8
D22.2.1.txt3163 field public static final int EDGE_BOTTOM = 8; // 0x8
D22.2.0.txt3162 field public static final int EDGE_BOTTOM = 8; // 0x8
D23.txt3452 field public static final int EDGE_BOTTOM = 8; // 0x8
Dcurrent.txt3458 field public static final int EDGE_BOTTOM = 8; // 0x8
/frameworks/base/api/
Dcurrent.txt14312 field public static final int EDGE_BOTTOM = 8; // 0x8
35611 field public static final int EDGE_BOTTOM = 2; // 0x2
Dsystem-current.txt15260 field public static final int EDGE_BOTTOM = 8; // 0x8
37903 field public static final int EDGE_BOTTOM = 2; // 0x2