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

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java73 public static final int EDGE_BOTTOM = 0x08; field in class:Keyboard
175 * {@link Keyboard#EDGE_TOP EDGE_TOP} and {@link Keyboard#EDGE_BOTTOM EDGE_BOTTOM}
270 * {@link Keyboard#EDGE_BOTTOM}.
462 boolean bottomEdge = (edgeFlags & EDGE_BOTTOM) > 0;
599 row.rowEdgeFlags = EDGE_TOP | EDGE_BOTTOM;
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DViewDragHelper.java81 public static final int EDGE_BOTTOM = 1 << 3; field in class:ViewDragHelper
86 public static final int EDGE_ALL = EDGE_LEFT | EDGE_TOP | EDGE_RIGHT | EDGE_BOTTOM;
212 * @see #EDGE_BOTTOM
238 * @see #EDGE_BOTTOM
436 * @see #EDGE_BOTTOM
1254 if (checkNewEdgeDrag(dy, dx, pointerId, EDGE_BOTTOM)) {
1255 dragsStarted |= EDGE_BOTTOM;
1373 * {@link #EDGE_TOP}, {@link #EDGE_RIGHT}, {@link #EDGE_BOTTOM} and
1393 * {@link #EDGE_TOP}, {@link #EDGE_RIGHT}, {@link #EDGE_BOTTOM} and
1492 if (y > mParentView.getBottom() - mEdgeSize) result |= EDGE_BOTTOM;
[all...]
/frameworks/base/core/java/android/view/
H A DMotionEvent.java498 public static final int EDGE_BOTTOM = 0x00000002; field in class:MotionEvent
2915 * @see #EDGE_BOTTOM

Completed in 188 milliseconds