Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java974 int[] mWindowLocation = new int[2]; in showKey() local
975 getLocationOnScreen(mWindowLocation); in showKey()
976 mWindowY = mWindowLocation[1]; in showKey()