Searched refs:EDGE_BOTTOM (Results 1 – 1 of 1) sorted by relevance
78 public static final int EDGE_BOTTOM = 0x08; field in Keyboard446 boolean bottomEdge = (edgeFlags & EDGE_BOTTOM) > 0; in isInside()575 row.rowEdgeFlags = EDGE_TOP | EDGE_BOTTOM; in Keyboard()