Exemplo n.º 1
0
 public static ShadowMatrix shadowOf(Matrix other) {
   return (ShadowMatrix) Robolectric.shadowOf_(other);
 }
Exemplo n.º 2
0
 public static ShadowMotionEvent shadowOf(MotionEvent other) {
   return (ShadowMotionEvent) Robolectric.shadowOf_(other);
 }
Exemplo n.º 3
0
 public static ShadowCornerPathEffect shadowOf(CornerPathEffect instance) {
   return (ShadowCornerPathEffect) Robolectric.shadowOf_(instance);
 }
Exemplo n.º 4
0
 public static ShadowCountDownTimer shadowOf(CountDownTimer instance) {
   return (ShadowCountDownTimer) Robolectric.shadowOf_(instance);
 }
Exemplo n.º 5
0
 public static ShadowSQLiteOpenHelper shadowOf(SQLiteOpenHelper other) {
   return (ShadowSQLiteOpenHelper) Robolectric.shadowOf_(other);
 }
Exemplo n.º 6
0
 public static ShadowSQLiteQueryBuilder shadowOf(SQLiteQueryBuilder other) {
   return (ShadowSQLiteQueryBuilder) Robolectric.shadowOf_(other);
 }
Exemplo n.º 7
0
 public static ShadowBitmap shadowOf(Bitmap other) {
   return (ShadowBitmap) Robolectric.shadowOf_(other);
 }
Exemplo n.º 8
0
 public static ShadowSQLiteCursor shadowOf(SQLiteCursor other) {
   return (ShadowSQLiteCursor) Robolectric.shadowOf_(other);
 }
Exemplo n.º 9
0
 public static Object newInstanceOf(String className) {
   return Robolectric.newInstanceOf(className);
 }
Exemplo n.º 10
0
 public static ShadowAssetManager shadowOf(AssetManager instance) {
   return (ShadowAssetManager) Robolectric.shadowOf_(instance);
 }
Exemplo n.º 11
0
 public static <T> T newInstanceOf(Class<T> clazz) {
   return Robolectric.newInstanceOf(clazz);
 }
Exemplo n.º 12
0
 public static ShadowSparseBooleanArray shadowOf(SparseBooleanArray other) {
   return (ShadowSparseBooleanArray) Robolectric.shadowOf_(other);
 }
Exemplo n.º 13
0
 public static <E> ShadowSparseArray<E> shadowOf(SparseArray<E> other) {
   //noinspection unchecked
   return (ShadowSparseArray<E>) Robolectric.shadowOf_(other);
 }
Exemplo n.º 14
0
 public static ShadowNotification shadowOf(Notification other) {
   return (ShadowNotification) Robolectric.shadowOf_(other);
 }
Exemplo n.º 15
0
 public static ShadowBluetoothAdapter shadowOf(BluetoothAdapter other) {
   return (ShadowBluetoothAdapter) Robolectric.shadowOf_(other);
 }
Exemplo n.º 16
0
 public static ShadowNotificationManager shadowOf(NotificationManager other) {
   return (ShadowNotificationManager) Robolectric.shadowOf_(other);
 }
Exemplo n.º 17
0
 public static ShadowBluetoothDevice shadowOf(BluetoothDevice other) {
   return (ShadowBluetoothDevice) Robolectric.shadowOf_(other);
 }
Exemplo n.º 18
0
 public static ShadowSQLiteDatabase shadowOf(SQLiteDatabase other) {
   return (ShadowSQLiteDatabase) Robolectric.shadowOf_(other);
 }
Exemplo n.º 19
0
 public static ShadowConfiguration shadowOf(Configuration instance) {
   return (ShadowConfiguration) Robolectric.shadowOf_(instance);
 }
Exemplo n.º 20
0
 public static ShadowSQLiteProgram shadowOf(SQLiteProgram other) {
   return (ShadowSQLiteProgram) Robolectric.shadowOf_(other);
 }
Exemplo n.º 21
0
 public static ShadowContentValues shadowOf(ContentValues other) {
   return (ShadowContentValues) Robolectric.shadowOf_(other);
 }
Exemplo n.º 22
0
 public static ShadowSQLiteStatement shadowOf(SQLiteStatement other) {
   return (ShadowSQLiteStatement) Robolectric.shadowOf_(other);
 }
Exemplo n.º 23
0
 @SuppressWarnings("rawtypes")
 public static ShadowAsyncTask shadowOf(AsyncTask instance) {
   return (ShadowAsyncTask) Robolectric.shadowOf_(instance);
 }