HomeSort by relevance Sort by last modified time
    Searched refs:EDGE_TOP (Results 1 - 9 of 9) sorted by null

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 75 public static final int EDGE_TOP = 0x04;
179 * {@link Keyboard#EDGE_TOP EDGE_TOP} and {@link Keyboard#EDGE_BOTTOM EDGE_BOTTOM}
260 * {@link Keyboard#EDGE_LEFT}, {@link Keyboard#EDGE_RIGHT}, {@link Keyboard#EDGE_TOP} and
445 boolean topEdge = (edgeFlags & EDGE_TOP) > 0;
575 row.rowEdgeFlags = EDGE_TOP | EDGE_BOTTOM;
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 71 public static final int EDGE_TOP = 0x04;
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;
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 47 private static final int EDGE_FLAGS = MotionEvent.EDGE_TOP;
  /frameworks/base/core/java/android/view/
MotionEvent.java 406 public static final int EDGE_TOP = 0x00000001;
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 171 milliseconds