Searched refs:EDGE_TOP (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java71 public static final int EDGE_TOP = 0x04; field in class:Keyboard
174 * {@link Keyboard#EDGE_TOP EDGE_TOP} and {@link Keyboard#EDGE_BOTTOM EDGE_BOTTOM}
268 * {@link Keyboard#EDGE_LEFT}, {@link Keyboard#EDGE_RIGHT}, {@link Keyboard#EDGE_TOP} and
449 boolean topEdge = (edgeFlags & EDGE_TOP) > 0;
586 row.rowEdgeFlags = EDGE_TOP | EDGE_BOTTOM;
/frameworks/base/core/java/android/view/
H A DMotionEvent.java407 public static final int EDGE_TOP = 0x00000001; field in class:MotionEvent
2618 * @see #EDGE_TOP

Completed in 98 milliseconds