Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboard.java69 public static final int EDGE_LEFT = 0x01; field in Keyboard
443 boolean leftEdge = (edgeFlags & EDGE_LEFT) > 0; in isInside()