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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboard.java75 public static final int EDGE_TOP = 0x04; field in class:Keyboard
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;

Completed in 46 milliseconds