Class ShadowTextureView

java.lang.Object
org.robolectric.shadows.ShadowView
org.robolectric.shadows.ShadowTextureView

@Implements(android.view.TextureView.class) public class ShadowTextureView extends ShadowView
Shadow for TextureView.
  • Constructor Details

    • ShadowTextureView

      public ShadowTextureView()
  • Method Details

    • getTextureLayer

      @Implementation(minSdk=28, maxSdk=30) protected Object getTextureLayer()
    • getTextureLayerRPlus

      @Implementation(methodName="getTextureLayer", minSdk=31) protected Object getTextureLayerRPlus()