Home | History | Annotate | Download | only in robolectric

Lines Matching refs:ShadowBaseAdapter

152                 ShadowBaseAdapter.class,
481 public static ShadowBaseAdapter shadowOf(BaseAdapter other) {
482 return (ShadowBaseAdapter) Robolectric.shadowOf_(other);