Searched refs:isCancelable (Results 1 – 9 of 9) sorted by relevance
126 assertTrue(dialogFragment.isCancelable()); in shouldDefaultToCancelable()135 assertFalse(dialogFragment.isCancelable()); in shouldStoreCancelable()145 assertTrue(shadowOf(dialog).isCancelable()); in shouldSetCancelableOnDialog()156 assertFalse(shadowOf(dialog).isCancelable()); in shouldSetNotCancelableOnDialogBeforeShow()167 assertFalse(shadowOf(dialog).isCancelable()); in shouldSetNotCancelableOnDialogAfterShow()
62 assertThat(shadow.isCancelable(), equalTo(false)); in shouldSetCancelable()77 assertThat(shadow.isCancelable(), equalTo(true)); in shouldDefaultCancelableToTrueAsTheSDKDoes()
72 assertTrue(shadowProgressDialog.isCancelable()); in show_shouldCreateAProgressDialog()140 assertEquals(expectedCancelable, shadowOf(dialog).isCancelable()); in assertLatestDialogsSet()
44 assertThat(shadowAlertDialog.isCancelable(), equalTo(true)); in testBuilder()
41 private boolean isCancelable = true; field in ShadowDialog173 isCancelable = flag; in setCancelable()181 public boolean isCancelable() { in isCancelable() method in ShadowDialog182 return isCancelable; in isCancelable()
260 private boolean isCancelable; field in ShadowAlertDialog.ShadowBuilder415 this.isCancelable = cancelable; in setCancelable()453 latestAlertDialog.setCancelable(isCancelable); in create()
80 public boolean isCancelable() { in isCancelable() method in ShadowDialogFragment
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...