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

/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.java412 public static final int EDGE_BOTTOM = 0x00000002; field in class:MotionEvent
2620 * @see #EDGE_BOTTOM

Completed in 38 milliseconds