Home | History | Annotate | Download | only in widget

Lines Matching defs:mPopup

461     PopupWindow mPopup;
1933 // if mPopup is non-null, then onTextChanged will do the filtering
1934 if (mPopup == null) {
2171 if (mFiltered && visible && mPopup != null && mPopup.isShowing()) {
2841 if (mTextFilterEnabled && mPopup != null && !mGlobalLayoutListenerAddedFilter) {
2870 if (mTextFilterEnabled && mPopup != null) {
5403 if (mPopup != null && mPopup.isShowing()) {
5408 if (mFiltered && mPopup != null && !mPopup.isShowing()) {
5420 if (mPopup != null) {
5421 mPopup.dismiss();
5445 if (!mPopup.isShowing()) {
5446 mPopup.showAtLocation(this, Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL,
5449 mPopup.update(xy[0], bottomGap, -1, -1);
5538 if (mFiltered && mPopup != null && mPopup.isShowing()) {
5763 if (mPopup == null) {
5772 mPopup = p;
5777 mPopup.setAnimationStyle(com.android.internal.R.style.Animation_TypingFilter);
5779 mPopup.setAnimationStyle(com.android.internal.R.style.Animation_TypingFilterRestore);
5806 if (mPopup != null && mPopup.isShowing()) {
5823 if (mFiltered && mPopup != null && !mPopup.isShowing() && !mPopupHidden) {
5828 if (mPopup != null && mPopup.isShowing()) {
5853 boolean showing = mPopup.isShowing();