HomeSort by relevance Sort by last modified time
    Searched defs:getAttributeSet (Results 1 - 17 of 17) 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 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));
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) {
AbsoluteLayoutTest.java 60 private AttributeSet getAttributeSet() throws XmlPullParserException, IOException {
67 AttributeSet attrs = getAttributeSet();
100 LayoutParams params = (LayoutParams) layout.generateLayoutParams(getAttributeSet());
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) {
  /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...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedGenerator.java 186 protected ASN1Set getAttributeSet(
SignerInfoGenerator.java 195 signedAttr = getAttributeSet(signed);
228 unsignedAttr = getAttributeSet(unsigned);
247 private ASN1Set getAttributeSet(
  /prebuilts/devtools/tools/lib/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 333 milliseconds