Searched refs:mCancelable (Results 1 – 5 of 5) sorted by relevance
178 boolean mCancelable = true; field in DialogFragment315 mCancelable = cancelable; in setCancelable()323 return mCancelable; in isCancelable()384 mCancelable = savedInstanceState.getBoolean(SAVED_CANCELABLE, true); in onCreate()472 mDialog.setCancelable(mCancelable); in onActivityCreated()509 if (!mCancelable) { in onSaveInstanceState()510 outState.putBoolean(SAVED_CANCELABLE, mCancelable); in onSaveInstanceState()550 writer.print(prefix); writer.print(" mCancelable="); writer.print(mCancelable); in dump()
95 protected boolean mCancelable = true; field in Dialog182 mCancelable = cancelable; in Dialog()189 mCancelable = cancelable; in Dialog()609 if (mCancelable) { in onBackPressed()639 if (mCancelable && mShowing && mWindow.shouldCloseOnTouch(mContext, event)) { in onTouchEvent()1104 mCancelable = flag; in setCancelable()1116 if (cancel && !mCancelable) { in setCanceledOnTouchOutside()1117 mCancelable = true; in setCanceledOnTouchOutside()
583 P.mCancelable = cancelable; in setCancelable()969 dialog.setCancelable(P.mCancelable); in create()970 if (P.mCancelable) { in create()
86 boolean mCancelable = true; field in DialogFragment224 mCancelable = cancelable; in setCancelable()232 return mCancelable; in isCancelable()293 mCancelable = savedInstanceState.getBoolean(SAVED_CANCELABLE, true); in onCreate()382 mDialog.setCancelable(mCancelable); in onActivityCreated()417 if (!mCancelable) { in onSaveInstanceState()418 outState.putBoolean(SAVED_CANCELABLE, mCancelable); in onSaveInstanceState()
837 public boolean mCancelable; field in AlertController.AlertParams879 mCancelable = true; in AlertParams()