Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java160 private int[] mWindowOffset; field in KeyboardView
1117 if (mWindowOffset == null) { in onLongPress()
1118 mWindowOffset = new int[2]; in onLongPress()
1119 getLocationInWindow(mWindowOffset); in onLongPress()
1125 final int x = mPopupX + mMiniKeyboardContainer.getPaddingRight() + mWindowOffset[0]; in onLongPress()
1126 final int y = mPopupY + mMiniKeyboardContainer.getPaddingBottom() + mWindowOffset[1]; in onLongPress()