Home | History | Annotate | Download | only in app

Lines Matching defs:mCancelable

96     protected boolean mCancelable = true;
182 mCancelable = cancelable;
189 mCancelable = cancelable;
596 if (mCancelable) {
626 if (mCancelable && mShowing && mWindow.shouldCloseOnTouch(mContext, event)) {
1085 mCancelable = flag;
1097 if (cancel && !mCancelable) {
1098 mCancelable = true;