Home
last modified time | relevance | path

Searched refs:EDGE_BOTTOM (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboard.java78 public static final int EDGE_BOTTOM = 0x08; field in Keyboard
446 boolean bottomEdge = (edgeFlags & EDGE_BOTTOM) > 0; in isInside()
575 row.rowEdgeFlags = EDGE_TOP | EDGE_BOTTOM; in Keyboard()