Searched refs:mPopupParent (Results 1 – 1 of 1) sorted by relevance
156 private View mPopupParent; field in KeyboardView360 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()