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

  /cts/tests/src/android/graphics/drawable/cts/
DrawableTestUtils.java 52 public static AttributeSet getAttributeSet(XmlResourceParser parser, String searchedNodeName)
  /cts/tests/tests/widget/src/android/widget/cts/
AbsoluteLayout_LayoutParamsTest.java 41 private AttributeSet getAttributeSet() throws XmlPullParserException, IOException {
79 new AbsoluteLayout.LayoutParams(mContext, getAttributeSet());
FrameLayout_LayoutParamsTest.java 43 private AttributeSet getAttributeSet() throws XmlPullParserException, IOException {
78 AttributeSet attrs = getAttributeSet();
DatePickerTest.java 70 new DatePicker(mContext, getAttributeSet(R.layout.datepicker_layout));
72 new DatePicker(mContext, getAttributeSet(R.layout.datepicker_layout), 0);
78 new DatePicker(null, getAttributeSet(R.layout.datepicker_layout), 0);
225 private AttributeSet getAttributeSet(int resourceId) {
239 getAttributeSet(R.layout.datepicker_layout));
DigitalClockTest.java 82 new DigitalClock(mContext, getAttributeSet(R.layout.digitalclock_layout));
88 new DigitalClock(null, getAttributeSet(R.layout.digitalclock_layout));
139 getAttributeSet(R.layout.digitalclock_layout));
144 private AttributeSet getAttributeSet(int resourceId) {
RadioGroup_LayoutParamsTest.java 162 getAttributeSet(com.android.cts.stub.R.layout.radiogroup_1));
179 getAttributeSet(com.android.cts.stub.R.layout.radiogroup_1));
196 AttributeSet attrs = getAttributeSet(com.android.cts.stub.R.layout.radiogroup_1);
206 private AttributeSet getAttributeSet(int resId) {
AbsoluteLayoutTest.java 66 private AttributeSet getAttributeSet() throws XmlPullParserException, IOException {
91 AttributeSet attrs = getAttributeSet();
144 LayoutParams params = (LayoutParams) layout.generateLayoutParams(getAttributeSet());
RadioGroupTest.java 93 AttributeSet attrs = getAttributeSet(R.layout.radiogroup_1);
369 AttributeSet attrs = getAttributeSet(R.layout.radiogroup_1);
518 private AttributeSet getAttributeSet(int resId) {
  /cts/tests/tests/content/src/android/content/cts/
ContextTest.java 168 testTypedArray = mContext.obtainStyledAttributes(getAttributeSet(R.layout.context_layout),
175 testTypedArray = mContext.obtainStyledAttributes(getAttributeSet(R.layout.context_layout),
182 private AttributeSet getAttributeSet(int resourceId) {
  /libcore/luni/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 406 milliseconds