Home | History | Annotate | Download | only in app

Lines Matching defs:dismissDialog

73  * {@link Activity#showDialog(int)}, and {@link Activity#dismissDialog(int)}. If
137 private final Runnable mDismissAction = this::dismissDialog;
358 dismissDialog();
364 void dismissDialog() {
370 Log.e(TAG, "Tried to dismissDialog() but the Dialog's window was already destroyed!");