| Package | Description |
|---|---|
| org.robolectric | |
| org.robolectric.shadows |
Package containing shadow classes for the Android SDK.
|
| Modifier and Type | Method and Description |
|---|---|
static ShadowDialog |
Shadows.shadowOf(android.app.Dialog actual) |
| Modifier and Type | Class and Description |
|---|---|
class |
ShadowAlertDialog
Shadow for
AlertDialog. |
class |
ShadowDatePickerDialog
Shadow for
DatePickerDialog. |
class |
ShadowProgressDialog
Shadow for
ProgressDialog. |
class |
ShadowTimePickerDialog
Shadow for
TimePickerDialog. |
| Modifier and Type | Method and Description |
|---|---|
ShadowDialog |
ShadowApplication.getLatestDialog() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ShadowDialog.setLatestDialog(ShadowDialog latestDialog) |
void |
ShadowApplication.setLatestDialog(ShadowDialog latestDialog) |
Copyright © 2015. All rights reserved.