buildSrc/sample/providers/src/main/java/com/uber/artist/myproviders/JavaSampleViewStencilProvider.java [42:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public Set<JavaViewStencil> stencils() {
    return new LinkedHashSet<>(Arrays.asList(
        new JavaViewStencil("androidx.appcompat.widget.AppCompatButton", 3, "buttonStyle"),
        new JavaViewStencil("androidx.appcompat.widget.AppCompatEditText", 3,
            "android.R.attr.editTextStyle", JavaTextInputTrait.class),
        new JavaViewStencil("android.widget.LinearLayout", 3, null),
        new JavaViewStencil("androidx.appcompat.widget.AppCompatImageView", 3, null),
        new JavaViewStencil("androidx.core.widget.NestedScrollView", 3, null,
            JavaScrollableTrait.class),
        new JavaViewStencil("android.widget.TextView", 3, "android.R.attr.textViewStyle"),
        new SwitchStencil()
    ));
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sample/providers/src/main/java/com/uber/artist/myproviders/JavaSampleViewStencilProvider.java [42:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public Set<JavaViewStencil> stencils() {
    return new LinkedHashSet<>(Arrays.asList(
        new JavaViewStencil("androidx.appcompat.widget.AppCompatButton", 3, "buttonStyle"),
        new JavaViewStencil("androidx.appcompat.widget.AppCompatEditText", 3,
            "android.R.attr.editTextStyle", JavaTextInputTrait.class),
        new JavaViewStencil("android.widget.LinearLayout", 3, null),
        new JavaViewStencil("androidx.appcompat.widget.AppCompatImageView", 3, null),
        new JavaViewStencil("androidx.core.widget.NestedScrollView", 3, null,
            JavaScrollableTrait.class),
        new JavaViewStencil("android.widget.TextView", 3, "android.R.attr.textViewStyle"),
        new SwitchStencil()
    ));
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



