| Field and Description |
|---|
| org.robolectric.res.android.AConfiguration.ACONFIGURATION_ORIENTATION_SQUARE
Not currently supported or used.
|
| org.robolectric.res.android.AConfiguration.ACONFIGURATION_TOUCHSCREEN_STYLUS
Not currently supported or used.
|
| Method and Description |
|---|
| org.robolectric.res.Qualifiers.addPlatformVersion(String, int)
Figure something else out.
|
| org.robolectric.res.Qualifiers.addScreenWidth(String, int)
Use
android.content.res.Configuration#screenWidthDp instead. |
| org.robolectric.res.Qualifiers.addSmallestScreenWidth(String, int)
Use
android.content.res.Configuration#smallestScreenWidthDp instead. |
| org.robolectric.res.Fs.fileFromPath(String)
Use
Fs.fromURL(URL) instead. |
| org.robolectric.res.Qualifiers.getOrientation(String)
Use
android.content.res.Configuration#orientation instead. |
| org.robolectric.res.Qualifiers.getPlatformVersion(String)
Use
android.os.Build.VERSION#SDK_INT instead. |
| org.robolectric.res.Qualifiers.getScreenWidth(String)
Use
android.content.res.Configuration#screenWidthDp instead. |
| org.robolectric.res.Qualifiers.getSmallestScreenWidth(String)
Use
android.content.res.Configuration#smallestScreenWidthDp instead. |