Home
last modified time | relevance | path

Searched refs:mCancelable (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/
DDialogFragment.java184 boolean mCancelable = true; field in DialogFragment
335 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()
DDialog.java115 protected boolean mCancelable = true; field in Dialog
203 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()
DAlertDialog.java703 P.mCancelable = cancelable; in setCancelable()
1107 dialog.setCancelable(P.mCancelable); in create()
1108 if (P.mCancelable) { in create()
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
DAlwaysOnDisconnectedDialog.java75 mAlertParams.mCancelable = false; in onCreate()
/frameworks/base/core/java/com/android/internal/app/
DAlertController.java1014 public boolean mCancelable; field in AlertController.AlertParams
1073 mCancelable = true; in AlertParams()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt4748 Landroid/app/Dialog;->mCancelable:Z
4764 Landroid/app/DialogFragment;->mCancelable:Z