Searched refs:mPopupParent (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java156 private View mPopupParent; field in class:KeyboardView
360 mPopupParent = this;
558 if ((mPopupParent != null) && (mPopupParent != this)
559 && (mPopupParent instanceof KeyboardView)) {
560 return ((KeyboardView)mPopupParent).isParentPreviewEnabled();
575 mPopupParent = v;
998 previewPopup.showAtLocation(mPopupParent, Gravity.NO_GRAVITY,

Completed in 27 milliseconds