Searched refs:mCancelable (Results 1 – 6 of 6) sorted by relevance
184 boolean mCancelable = true; field in DialogFragment335 mCancelable = cancelable; in setCancelable()343 return mCancelable; in isCancelable()404 mCancelable = savedInstanceState.getBoolean(SAVED_CANCELABLE, true); in onCreate()495 mDialog.setCancelable(mCancelable); in onActivityCreated()532 if (!mCancelable) { in onSaveInstanceState()533 outState.putBoolean(SAVED_CANCELABLE, mCancelable); in onSaveInstanceState()573 writer.print(prefix); writer.print(" mCancelable="); writer.print(mCancelable); in dump()
115 protected boolean mCancelable = true; field in Dialog203 if (mCancelable) { in Dialog()221 mCancelable = cancelable; in Dialog()229 mCancelable = cancelable; in Dialog()697 if (mCancelable) { in onBackPressed()727 if (mCancelable && mShowing && mWindow.shouldCloseOnTouch(mContext, event)) { in onTouchEvent()1251 mCancelable = flag; in setCancelable()1264 if (cancel && !mCancelable) { in setCanceledOnTouchOutside()1265 mCancelable = true; in setCanceledOnTouchOutside()1420 mWindow.setCloseOnSwipeEnabled(mCancelable); in updateWindowForCancelable()
703 P.mCancelable = cancelable; in setCancelable()1107 dialog.setCancelable(P.mCancelable); in create()1108 if (P.mCancelable) { in create()
75 mAlertParams.mCancelable = false; in onCreate()
1014 public boolean mCancelable; field in AlertController.AlertParams1073 mCancelable = true; in AlertParams()
4748 Landroid/app/Dialog;->mCancelable:Z4764 Landroid/app/DialogFragment;->mCancelable:Z