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

/frameworks/support/v4/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
434 * @see #EDGE_BOTTOM
1207 if (checkNewEdgeDrag(dy, dx, pointerId, EDGE_BOTTOM)) {
1208 dragsStarted |= EDGE_BOTTOM;
1326 * {@link #EDGE_TOP}, {@link #EDGE_RIGHT}, {@link #EDGE_BOTTOM} and
1346 * {@link #EDGE_TOP}, {@link #EDGE_RIGHT}, {@link #EDGE_BOTTOM} and
1445 if (y > mParentView.getBottom() - mEdgeSize) result |= EDGE_BOTTOM;
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java72 public static final int EDGE_BOTTOM = 0x08; field in class:Keyboard
174 * {@link Keyboard#EDGE_TOP EDGE_TOP} and {@link Keyboard#EDGE_BOTTOM EDGE_BOTTOM}
269 * {@link Keyboard#EDGE_BOTTOM}.
450 boolean bottomEdge = (edgeFlags & EDGE_BOTTOM) > 0;
586 row.rowEdgeFlags = EDGE_TOP | EDGE_BOTTOM;
/frameworks/base/core/java/android/view/
H A DMotionEvent.java411 public static final int EDGE_BOTTOM = 0x00000002; field in class:MotionEvent
2657 * @see #EDGE_BOTTOM

Completed in 1045 milliseconds