Home
last modified time | relevance | path

Searched refs:CustomView (Results 1 – 7 of 7) sorted by relevance

/external/dagger2/javatests/artifacts/hilt-android/simple/app/src/sharedTest/java/dagger/hilt/android/simple/
DInvokeSpecialTransformTest.java57 setContentView(new CustomView(this).createBrother()); in onCreate()
63 public static class CustomView extends FrameLayout { class in InvokeSpecialTransformTest
65 public CustomView(@NonNull Context context) { in CustomView() method in InvokeSpecialTransformTest.CustomView
/external/robolectric/robolectric/src/test/java/org/robolectric/android/
DCustomView.java8 public class CustomView extends LinearLayout { class
16 public CustomView(Context context, AttributeSet attrs) { in CustomView() method in CustomView
/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/content/res/
DThemeTest.java41 TypedArray a = theme.obtainStyledAttributes(R.style.MyCustomView, R.styleable.CustomView); in shouldLookUpStylesFromStyleResId()
52 theme.obtainStyledAttributes(null, R.styleable.CustomView, R.attr.animalStyle, 0); in shouldApplyStylesFromResourceReference()
64 theme.obtainStyledAttributes(null, R.styleable.CustomView, R.attr.animalStyle, 0); in shouldApplyStylesFromAttributeReference()
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowLayoutInflaterTest.java47 import org.robolectric.android.CustomView;
217 CustomView view = inflate(layout.custom_layout); in shouldConstructCustomViewsWithAttributesConstructor()
234 CustomView view = inflate(layout.custom_layout5); in shouldConstructCustomViewsWithAttributesInResAutoNamespace()
240 CustomView view = inflate(layout.custom_layout4).findViewById(R.id.custom_view); in shouldConstructCustomViewsWithAttributesWithURLEncodedNamespaces()
DShadowAlertDialogTest.java30 import org.robolectric.android.CustomView;
143 assertThat(view.getClass()).isEqualTo(CustomView.class); in shouldSetView_withLayoutId()
DShadowContextTest.java286 TypedArray a = context.obtainStyledAttributes(roboAttributeSet, R.styleable.CustomView); in obtainStyledAttributes_shouldExtractAttributesFromAttributeSet()
/external/robolectric/robolectric/src/test/java/org/robolectric/
DR.java707 public static final int[] CustomView = { field in R.styleable