Searched defs:EDGE_LEFT (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java70 public static final int EDGE_LEFT = 0x01; field in class:Keyboard
269 * {@link Keyboard#EDGE_LEFT}, {@link Keyboard#EDGE_RIGHT}, {@link Keyboard#EDGE_TOP} and
459 boolean leftEdge = (edgeFlags & EDGE_LEFT) > 0;
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DViewDragHelper.java66 public static final int EDGE_LEFT = 1 << 0; field in class:ViewDragHelper
86 public static final int EDGE_ALL = EDGE_LEFT | EDGE_TOP | EDGE_RIGHT | EDGE_BOTTOM;
209 * @see #EDGE_LEFT
235 * @see #EDGE_LEFT
433 * @see #EDGE_LEFT
1245 if (checkNewEdgeDrag(dx, dy, pointerId, EDGE_LEFT)) {
1246 dragsStarted |= EDGE_LEFT;
1372 * @param edges Edges to check for an initial edge touch. See {@link #EDGE_LEFT},
1392 * @param edges Edges to check for an initial edge touch. See {@link #EDGE_LEFT},
1489 if (x < mParentView.getLeft() + mEdgeSize) result |= EDGE_LEFT;
[all...]
/frameworks/base/core/java/android/view/
H A DMotionEvent.java503 public static final int EDGE_LEFT = 0x00000004; field in class:MotionEvent
2912 * @see #EDGE_LEFT

Completed in 103 milliseconds