Home | History | Annotate | Download | only in widget

Lines Matching defs:mPopup

462     PopupWindow mPopup;
1936 // if mPopup is non-null, then onTextChanged will do the filtering
1937 if (mPopup == null) {
2174 if (mFiltered && visible && mPopup != null && mPopup.isShowing()) {
2850 if (mTextFilterEnabled && mPopup != null && !mGlobalLayoutListenerAddedFilter) {
2879 if (mTextFilterEnabled && mPopup != null) {
5426 if (mPopup != null && mPopup.isShowing()) {
5431 if (mFiltered && mPopup != null && !mPopup.isShowing()) {
5443 if (mPopup != null) {
5444 mPopup.dismiss();
5468 if (!mPopup.isShowing()) {
5469 mPopup.showAtLocation(this, Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL,
5472 mPopup.update(xy[0], bottomGap, -1, -1);
5561 if (mFiltered && mPopup != null && mPopup.isShowing()) {
5786 if (mPopup == null) {
5795 mPopup = p;
5800 mPopup.setAnimationStyle(com.android.internal.R.style.Animation_TypingFilter);
5802 mPopup.setAnimationStyle(com.android.internal.R.style.Animation_TypingFilterRestore);
5829 if (mPopup != null && mPopup.isShowing()) {
5846 if (mFiltered && mPopup != null && !mPopup.isShowing() && !mPopupHidden) {
5851 if (mPopup != null && mPopup.isShowing()) {
5876 boolean showing = mPopup.isShowing();