Class ShadowRemoteViewsAdapter

java.lang.Object
org.robolectric.shadows.ShadowRemoteViewsAdapter

@Implements(value=android.widget.RemoteViewsAdapter.class, isInAndroidSdk=false) public class ShadowRemoteViewsAdapter extends Object
Shadow class for RemoteViewsAdapter.
  • Constructor Details

    • ShadowRemoteViewsAdapter

      public ShadowRemoteViewsAdapter()
  • Method Details

    • isDataReady

      @Implementation protected boolean isDataReady()
    • getCount

      @Implementation protected int getCount()
    • getItem

      @Implementation protected Object getItem(int position)
    • getItemId

      @Implementation protected long getItemId(int position)
    • hasStableIds

      @Implementation protected boolean hasStableIds()
    • getItemViewType

      @Implementation protected int getItemViewType(int position)
    • getView

      @Implementation protected View getView(int position, View convertView, ViewGroup parent)
    • getViewTypeCount

      @Implementation protected int getViewTypeCount()
    • isEmpty

      @Implementation protected boolean isEmpty()
    • notifyDataSetChanged

      @Implementation protected void notifyDataSetChanged()