Home | History | Annotate | Download | only in app

Lines Matching refs:mCancelable

95     protected boolean mCancelable = true;
182 mCancelable = cancelable;
189 mCancelable = cancelable;
609 if (mCancelable) {
639 if (mCancelable && mShowing && mWindow.shouldCloseOnTouch(mContext, event)) {
1104 mCancelable = flag;
1116 if (cancel && !mCancelable) {
1117 mCancelable = true;