Home | History | Annotate | Download | only in shadows

Lines Matching defs:attributeSet

22 import android.util.AttributeSet;
641 AttributeSet attributeSet = Robolectric.buildAttributeSet()
643 TypedArray typedArray = resources.obtainAttributes(attributeSet, new int[]{android.R.attr.id});
674 // resource ID values in the AttributeSet before checking the theme.
676 AttributeSet attributes = Robolectric.buildAttributeSet()
696 // resource ID values in the AttributeSet before checking the theme.
701 AttributeSet attributeSet = Xml.asAttributeSet(xml);
703 TypedArray typedArray = RuntimeEnvironment.application.getTheme().obtainStyledAttributes(attributeSet, new int[] {
718 // resource ID values in the AttributeSet before checking the theme.
720 AttributeSet attributes = Robolectric.buildAttributeSet()