Searched refs:mCancelable (Results 1 – 7 of 7) sorted by relevance
185 boolean mCancelable = true; field in DialogFragment336 mCancelable = cancelable; in setCancelable()344 return mCancelable; in isCancelable()405 mCancelable = savedInstanceState.getBoolean(SAVED_CANCELABLE, true); in onCreate()496 mDialog.setCancelable(mCancelable); in onActivityCreated()533 if (!mCancelable) { in onSaveInstanceState()534 outState.putBoolean(SAVED_CANCELABLE, mCancelable); in onSaveInstanceState()574 writer.print(prefix); writer.print(" mCancelable="); writer.print(mCancelable); in dump()
120 protected boolean mCancelable = true; field in Dialog213 if (mCancelable) { in Dialog()231 mCancelable = cancelable; in Dialog()238 mCancelable = cancelable; in Dialog()746 if (mCancelable) { in onBackPressed()776 if (mCancelable && mShowing && mWindow.shouldCloseOnTouch(mContext, event)) { in onTouchEvent()1300 mCancelable = flag; in setCancelable()1312 if (cancel && !mCancelable) { in setCanceledOnTouchOutside()1313 mCancelable = true; in setCanceledOnTouchOutside()
703 P.mCancelable = cancelable; in setCancelable()1107 dialog.setCancelable(P.mCancelable); in create()1108 if (P.mCancelable) { in create()
126 if (mCancelable) { in closeDialog()
71 mAlertParams.mCancelable = false; in onCreate()
1046 public boolean mCancelable; field in AlertController.AlertParams1105 mCancelable = true; in AlertParams()
4745 Landroid/app/Dialog;->mCancelable:Z4761 Landroid/app/DialogFragment;->mCancelable:Z