HomeSort by relevance Sort by last modified time
    Searched refs:getAttributeSet (Results 1 - 15 of 15) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
DigitalClockTest.java 63 new DigitalClock(mContext, getAttributeSet(R.layout.digitalclock_layout));
69 new DigitalClock(null, getAttributeSet(R.layout.digitalclock_layout));
108 getAttributeSet(R.layout.digitalclock_layout));
113 private AttributeSet getAttributeSet(int resourceId) {
AbsoluteLayout_LayoutParamsTest.java 36 private AttributeSet getAttributeSet() throws XmlPullParserException, IOException {
57 new AbsoluteLayout.LayoutParams(mContext, getAttributeSet());
FrameLayout_LayoutParamsTest.java 37 private AttributeSet getAttributeSet() throws XmlPullParserException, IOException {
44 AttributeSet attrs = getAttributeSet();
DatePickerTest.java 42 new DatePicker(mContext, getAttributeSet(R.layout.datepicker_layout));
44 new DatePicker(mContext, getAttributeSet(R.layout.datepicker_layout), 0);
50 new DatePicker(null, getAttributeSet(R.layout.datepicker_layout), 0);
139 private AttributeSet getAttributeSet(int resourceId) {
153 getAttributeSet(R.layout.datepicker_layout));
AbsoluteLayoutTest.java 60 private AttributeSet getAttributeSet() throws XmlPullParserException, IOException {
67 AttributeSet attrs = getAttributeSet();
100 LayoutParams params = (LayoutParams) layout.generateLayoutParams(getAttributeSet());
RadioGroup_LayoutParamsTest.java 117 getAttributeSet(com.android.cts.stub.R.layout.radiogroup_1));
134 getAttributeSet(com.android.cts.stub.R.layout.radiogroup_1));
146 AttributeSet attrs = getAttributeSet(com.android.cts.stub.R.layout.radiogroup_1);
156 private AttributeSet getAttributeSet(int resId) {
FrameLayoutTest.java 68 AttributeSet attrs = getAttributeSet();
211 AttributeSet attrs = getAttributeSet();
282 private AttributeSet getAttributeSet() throws XmlPullParserException, IOException {
RadioGroupTest.java 71 AttributeSet attrs = getAttributeSet(R.layout.radiogroup_1);
295 AttributeSet attrs = getAttributeSet(R.layout.radiogroup_1);
421 private AttributeSet getAttributeSet(int resId) {
  /cts/tests/tests/content/src/android/content/cts/
ContextTest.java 144 testTypedArray = mContext.obtainStyledAttributes(getAttributeSet(R.layout.context_layout),
151 testTypedArray = mContext.obtainStyledAttributes(getAttributeSet(R.layout.context_layout),
158 private AttributeSet getAttributeSet(int resourceId) {
  /cts/tests/src/android/graphics/drawable/cts/
DrawableTestUtils.java 52 public static AttributeSet getAttributeSet(XmlResourceParser parser, String searchedNodeName)
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
BitmapDrawableTest.java 319 AttributeSet attrs = DrawableTestUtils.getAttributeSet(
330 attrs = DrawableTestUtils.getAttributeSet(
342 attrs = DrawableTestUtils.getAttributeSet(
350 attrs = DrawableTestUtils.getAttributeSet(
358 attrs = DrawableTestUtils.getAttributeSet(
ScaleDrawableTest.java 405 AttributeSet attrs = DrawableTestUtils.getAttributeSet(parser, "scale_allattrs");
413 attrs = DrawableTestUtils.getAttributeSet(parser, "scale_nodrawable");
LayerDrawableTest.java 74 AttributeSet attrs = DrawableTestUtils.getAttributeSet(parser, "layer-list_full");
91 attrs = DrawableTestUtils.getAttributeSet(parser, "layer-list_empty");
96 attrs = DrawableTestUtils.getAttributeSet(parser, "layer-list_exception");
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetComposed.java 104 recomposableElements.addElement(included.getAttributeSet(j));
Stylesheet.java 881 public ElemAttributeSet getAttributeSet(int i)
    [all...]

Completed in 257 milliseconds