Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java153 private View mMiniKeyboardContainer; field in KeyboardView
1067 mMiniKeyboardContainer = mMiniKeyboardCache.get(popupKey); in onLongPress()
1068 if (mMiniKeyboardContainer == null) { in onLongPress()
1071 mMiniKeyboardContainer = inflater.inflate(mPopupLayout, null); in onLongPress()
1072 … mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById(R.id.keyboardView); in onLongPress()
1073 View closeButton = mMiniKeyboardContainer.findViewById(R.id.closeButton); in onLongPress()
1109 mMiniKeyboardContainer.measure( in onLongPress()
1113 mMiniKeyboardCache.put(popupKey, mMiniKeyboardContainer); in onLongPress()
1115 … mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById(R.id.keyboardView); in onLongPress()
1123 mPopupX = mPopupX + popupKey.width - mMiniKeyboardContainer.getMeasuredWidth(); in onLongPress()
[all …]