Searched refs:realDialog (Results 1 - 9 of 9) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowDialog.java28 @RealObject private Dialog realDialog; field in class:ShadowDialog
52 return dialog == null ? null : dialog.realDialog;
63 shownDialogs.add(realDialog);
64 directlyOn(realDialog, Dialog.class).show();
69 directlyOn(realDialog, Dialog.class).dismiss();
74 realDialog.findViewById(viewId).performClick();
80 directlyOn(realDialog, Dialog.class).setCanceledOnTouchOutside(flag);
84 return ReflectionHelpers.getField(realDialog, "mCancelable");
98 directlyOn(realDialog, Dialog.class).setOnCancelListener(listener);
106 return Shadows.shadowOf(realDialog
[all...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDialog.java28 @RealObject private Dialog realDialog; field in class:ShadowDialog
53 return dialog == null ? null : dialog.realDialog;
112 shownDialogs.add(realDialog);
118 onCreateMethod.invoke(realDialog, (Bundle) null);
123 onStartMethod.invoke(realDialog);
146 onDismissListener.onDismiss(realDialog);
192 onCancelListener.onCancel(realDialog);
194 realDialog.dismiss();
209 window = new TestWindow(realDialog.getContext());
217 return LayoutInflater.from(realDialog
[all...]
H A DShadowAlertDialog.java427 AlertDialog realDialog;
431 realDialog = c.newInstance((Context) null);
436 ShadowAlertDialog latestAlertDialog = shadowOf(realDialog);
450 latestAlertDialog.positiveButton = createButton(context, realDialog, AlertDialog.BUTTON_POSITIVE, positiveText, positiveListener);
451 latestAlertDialog.negativeButton = createButton(context, realDialog, AlertDialog.BUTTON_NEGATIVE, negativeText, negativeListener);
452 latestAlertDialog.neutralButton = createButton(context, realDialog, AlertDialog.BUTTON_NEUTRAL, neutralText, neutralListener);
455 return realDialog;
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...

Completed in 244 milliseconds