Home | History | Annotate | Download | only in inputmethodservice

Lines Matching defs:EDGE_BOTTOM

73     public static final int EDGE_BOTTOM = 0x08;
175 * {@link Keyboard#EDGE_TOP EDGE_TOP} and {@link Keyboard#EDGE_BOTTOM EDGE_BOTTOM}
270 * {@link Keyboard#EDGE_BOTTOM}.
462 boolean bottomEdge = (edgeFlags & EDGE_BOTTOM) > 0;
599 row.rowEdgeFlags = EDGE_TOP | EDGE_BOTTOM;