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

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java69 public static final int EDGE_LEFT = 0x01; field in class:Keyboard
268 * {@link Keyboard#EDGE_LEFT}, {@link Keyboard#EDGE_RIGHT}, {@link Keyboard#EDGE_TOP} and
447 boolean leftEdge = (edgeFlags & EDGE_LEFT) > 0;
/frameworks/base/core/java/android/view/
H A DMotionEvent.java417 public static final int EDGE_LEFT = 0x00000004; field in class:MotionEvent
2617 * @see #EDGE_LEFT

Completed in 62 milliseconds