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

  /cts/tests/tests/widget/src/android/widget/cts/
DigitalClockTest.java 73 new DigitalClock(mActivity, getAttributeSet(R.layout.digitalclock_layout));
79 new DigitalClock(null, getAttributeSet(R.layout.digitalclock_layout));
117 getAttributeSet(R.layout.digitalclock_layout));
122 private AttributeSet getAttributeSet(int resourceId) {
AbsoluteLayout_LayoutParamsTest.java 52 private AttributeSet getAttributeSet() throws XmlPullParserException, IOException {
74 new AbsoluteLayout.LayoutParams(mContext, getAttributeSet());
AbsoluteLayoutTest.java 74 private AttributeSet getAttributeSet() throws XmlPullParserException, IOException {
82 AttributeSet attrs = getAttributeSet();
105 getAttributeSet());
RadioGroup_LayoutParamsTest.java 111 getAttributeSet(R.layout.radiogroup_1));
139 new RadioGroup.LayoutParams(null, getAttributeSet(R.layout.radiogroup_1));
149 AttributeSet attrs = getAttributeSet(android.widget.cts.R.layout.radiogroup_1);
160 private AttributeSet getAttributeSet(int resId) {
FrameLayout_LayoutParamsTest.java 54 private AttributeSet getAttributeSet() throws XmlPullParserException, IOException {
62 AttributeSet attrs = getAttributeSet();
FrameLayoutTest.java 93 AttributeSet attrs = getAttributeSet();
210 AttributeSet attrs = getAttributeSet();
321 private AttributeSet getAttributeSet() throws XmlPullParserException, IOException {
RadioGroupTest.java 79 AttributeSet attrs = getAttributeSet(R.layout.radiogroup_1);
315 AttributeSet attrs = getAttributeSet(R.layout.radiogroup_1);
415 private AttributeSet getAttributeSet(int resId) {
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
PaintDrawableTest.java 129 AttributeSet attr = getAttributeSet(parser);
145 attr = getAttributeSet(parser);
169 attr = getAttributeSet(parser);
186 attr = getAttributeSet(parser);
197 private AttributeSet getAttributeSet(XmlResourceParser parser) throws XmlPullParserException,
BitmapDrawableTest.java 459 AttributeSet attrs = DrawableTestUtils.getAttributeSet(
470 attrs = DrawableTestUtils.getAttributeSet(
482 attrs = DrawableTestUtils.getAttributeSet(
491 attrs = DrawableTestUtils.getAttributeSet(
500 attrs = DrawableTestUtils.getAttributeSet(
DrawableTestUtils.java 76 public static AttributeSet getAttributeSet(XmlResourceParser parser, String searchedNodeName)
ScaleDrawableTest.java 306 AttributeSet attrs = DrawableTestUtils.getAttributeSet(parser, "scale_allattrs");
444 AttributeSet attrs = DrawableTestUtils.getAttributeSet(parser, "scale_allattrs");
451 attrs = DrawableTestUtils.getAttributeSet(parser, "scale_nodrawable");
LayerDrawableTest.java 121 AttributeSet attrs = DrawableTestUtils.getAttributeSet(parser, "layer-list_full");
138 attrs = DrawableTestUtils.getAttributeSet(parser, "layer-list_empty");
143 attrs = DrawableTestUtils.getAttributeSet(parser, "layer-list_exception");
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
SignerInfoGenerator.java 197 signedAttr = getAttributeSet(signed);
230 unsignedAttr = getAttributeSet(unsigned);
247 private ASN1Set getAttributeSet(
  /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...]
  /cts/tests/tests/content/src/android/content/cts/
ContextTest.java 349 testTypedArray = mContext.obtainStyledAttributes(getAttributeSet(R.layout.context_layout),
356 testTypedArray = mContext.obtainStyledAttributes(getAttributeSet(R.layout.context_layout),
483 private AttributeSet getAttributeSet(int resourceId) {
    [all...]

Completed in 1143 milliseconds