/cts/tests/tests/widget/src/android/widget/cts/ |
D | DatePickerTest.java | 51 new DatePicker(mContext, getAttributeSet(R.layout.datepicker_layout)); in testConstructor() 53 new DatePicker(mContext, getAttributeSet(R.layout.datepicker_layout), 0); in testConstructor() 59 new DatePicker(null, getAttributeSet(R.layout.datepicker_layout), 0); in testConstructor() 153 private AttributeSet getAttributeSet(int resourceId) { in getAttributeSet() method in DatePickerTest 167 getAttributeSet(R.layout.datepicker_layout)); in createDatePicker()
|
D | DigitalClockTest.java | 64 new DigitalClock(mContext, getAttributeSet(R.layout.digitalclock_layout)); in testConstructor() 70 new DigitalClock(null, getAttributeSet(R.layout.digitalclock_layout)); in testConstructor() 109 getAttributeSet(R.layout.digitalclock_layout)); in createDigitalClock() 114 private AttributeSet getAttributeSet(int resourceId) { in getAttributeSet() method in DigitalClockTest
|
D | AbsoluteLayout_LayoutParamsTest.java | 37 private AttributeSet getAttributeSet() throws XmlPullParserException, IOException { in getAttributeSet() method in AbsoluteLayout_LayoutParamsTest 58 new AbsoluteLayout.LayoutParams(mContext, getAttributeSet()); in testConstructor()
|
D | AbsoluteLayoutTest.java | 61 private AttributeSet getAttributeSet() throws XmlPullParserException, IOException { in getAttributeSet() method in AbsoluteLayoutTest 68 AttributeSet attrs = getAttributeSet(); in testConstructor() 101 LayoutParams params = (LayoutParams) layout.generateLayoutParams(getAttributeSet()); in testGenerateLayoutParams1()
|
D | RadioGroup_LayoutParamsTest.java | 117 getAttributeSet(android.widget.cts.R.layout.radiogroup_1)); in testConstructor() 134 getAttributeSet(android.widget.cts.R.layout.radiogroup_1)); in testConstructor() 146 AttributeSet attrs = getAttributeSet(android.widget.cts.R.layout.radiogroup_1); in testSetBaseAttributes() 156 private AttributeSet getAttributeSet(int resId) { in getAttributeSet() method in RadioGroup_LayoutParamsTest
|
D | FrameLayout_LayoutParamsTest.java | 39 private AttributeSet getAttributeSet() throws XmlPullParserException, IOException { in getAttributeSet() method in FrameLayout_LayoutParamsTest 46 AttributeSet attrs = getAttributeSet(); in testConstructor()
|
D | FrameLayoutTest.java | 74 AttributeSet attrs = getAttributeSet(); in testConstructor() 202 AttributeSet attrs = getAttributeSet(); in testGenerateLayoutParams2() 316 private AttributeSet getAttributeSet() throws XmlPullParserException, IOException { in getAttributeSet() method in FrameLayoutTest
|
D | RadioGroupTest.java | 72 AttributeSet attrs = getAttributeSet(R.layout.radiogroup_1); in testConstructors() 301 AttributeSet attrs = getAttributeSet(R.layout.radiogroup_1); in testGenerateLayoutParams() 429 private AttributeSet getAttributeSet(int resId) { in getAttributeSet() method in RadioGroupTest
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContextTest.java | 252 testTypedArray = mContext.obtainStyledAttributes(getAttributeSet(R.layout.context_layout), in testObtainStyledAttributes() 259 testTypedArray = mContext.obtainStyledAttributes(getAttributeSet(R.layout.context_layout), in testObtainStyledAttributes() 348 private AttributeSet getAttributeSet(int resourceId) { in getAttributeSet() method in ContextTest
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | BitmapDrawableTest.java | 409 AttributeSet attrs = DrawableTestUtils.getAttributeSet( in testInflate() 420 attrs = DrawableTestUtils.getAttributeSet( in testInflate() 432 attrs = DrawableTestUtils.getAttributeSet( in testInflate() 441 attrs = DrawableTestUtils.getAttributeSet( in testInflate() 450 attrs = DrawableTestUtils.getAttributeSet( in testInflate()
|
D | ScaleDrawableTest.java | 304 AttributeSet attrs = DrawableTestUtils.getAttributeSet(parser, "scale_allattrs"); in testInitialLevel() 436 AttributeSet attrs = DrawableTestUtils.getAttributeSet(parser, "scale_allattrs"); in testInflate() 443 attrs = DrawableTestUtils.getAttributeSet(parser, "scale_nodrawable"); in testInflate()
|
D | DrawableTestUtils.java | 60 public static AttributeSet getAttributeSet(XmlResourceParser parser, String searchedNodeName) in getAttributeSet() method in DrawableTestUtils
|
D | LayerDrawableTest.java | 76 AttributeSet attrs = DrawableTestUtils.getAttributeSet(parser, "layer-list_full"); in testInflate() 93 attrs = DrawableTestUtils.getAttributeSet(parser, "layer-list_empty"); in testInflate() 98 attrs = DrawableTestUtils.getAttributeSet(parser, "layer-list_exception"); in testInflate()
|