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

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java72 public static final int EDGE_TOP = 0x04; field in class:Keyboard
175 * {@link Keyboard#EDGE_TOP EDGE_TOP} and {@link Keyboard#EDGE_BOTTOM EDGE_BOTTOM}
269 * {@link Keyboard#EDGE_LEFT}, {@link Keyboard#EDGE_RIGHT}, {@link Keyboard#EDGE_TOP} and
461 boolean topEdge = (edgeFlags & EDGE_TOP) > 0;
599 row.rowEdgeFlags = EDGE_TOP | EDGE_BOTTOM;
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DViewDragHelper.java76 public static final int EDGE_TOP = 1 << 2; field in class:ViewDragHelper
86 public static final int EDGE_ALL = EDGE_LEFT | EDGE_TOP | EDGE_RIGHT | EDGE_BOTTOM;
210 * @see #EDGE_TOP
236 * @see #EDGE_TOP
434 * @see #EDGE_TOP
1248 if (checkNewEdgeDrag(dy, dx, pointerId, EDGE_TOP)) {
1249 dragsStarted |= EDGE_TOP;
1373 * {@link #EDGE_TOP}, {@link #EDGE_RIGHT}, {@link #EDGE_BOTTOM} and
1393 * {@link #EDGE_TOP}, {@link #EDGE_RIGHT}, {@link #EDGE_BOTTOM} and
1490 if (y < mParentView.getTop() + mEdgeSize) result |= EDGE_TOP;
[all...]
/frameworks/base/core/java/android/view/
H A DMotionEvent.java493 public static final int EDGE_TOP = 0x00000001; field in class:MotionEvent
2913 * @see #EDGE_TOP

Completed in 83 milliseconds