Home
last modified time | relevance | path

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

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