Home | History | Annotate | Download | only in shadows
      1 package org.robolectric.shadows;
      2 
      3 import android.graphics.BitmapShader;
      4 import org.robolectric.annotation.Implements;
      5 
      6 @Implements(BitmapShader.class)
      7 public class ShadowBitmapShader {
      8 }
      9