Home | History | Annotate | Download | only in widget

Lines Matching defs:mPopup

349     PopupWindow mPopup;
1055 // if mPopup is non-null, then onTextChanged will do the filtering
1056 if (mPopup == null) {
1266 if (mFiltered && visible && mPopup != null && mPopup.isShowing()) {
1677 if (mTextFilterEnabled && mPopup != null && !mGlobalLayoutListenerAddedFilter) {
1696 if (mTextFilterEnabled && mPopup != null) {
3729 if (mPopup != null && mPopup.isShowing()) {
3734 if (mFiltered && mPopup != null && !mPopup.isShowing()) {
3746 if (mPopup != null) {
3747 mPopup.dismiss();
3771 if (!mPopup.isShowing()) {
3772 mPopup.showAtLocation(this, Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL,
3775 mPopup.update(xy[0], bottomGap, -1, -1);
3856 if (mFiltered && mPopup != null && mPopup.isShowing()) {
3970 if (mPopup == null) {
3991 mPopup = p;
3996 mPopup.setAnimationStyle(com.android.internal.R.style.Animation_TypingFilter);
3998 mPopup.setAnimationStyle(com.android.internal.R.style.Animation_TypingFilterRestore);
4009 if (mPopup != null && mPopup.isShowing()) {
4025 if (mFiltered && mPopup != null && !mPopup.isShowing() && !mPopupHidden) {
4030 if (mPopup != null && mPopup.isShowing()) {
4050 if (mPopup != null && isTextFilterEnabled()) {
4052 boolean showing = mPopup.isShowing();