OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getAttributeSet
(Results
1 - 13
of
13
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/
AbsoluteLayout_LayoutParamsTest.java
52
private AttributeSet
getAttributeSet
() throws XmlPullParserException, IOException {
74
new AbsoluteLayout.LayoutParams(mContext,
getAttributeSet
());
FrameLayout_LayoutParamsTest.java
54
private AttributeSet
getAttributeSet
() throws XmlPullParserException, IOException {
62
AttributeSet attrs =
getAttributeSet
();
AbsoluteLayoutTest.java
74
private AttributeSet
getAttributeSet
() throws XmlPullParserException, IOException {
82
AttributeSet attrs =
getAttributeSet
();
105
getAttributeSet
());
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) {
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) {
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,
DrawableTestUtils.java
76
public static AttributeSet
getAttributeSet
(XmlResourceParser parser, String searchedNodeName)
/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/
SignerInfoGenerator.java
197
signedAttr =
getAttributeSet
(signed);
230
unsignedAttr =
getAttributeSet
(unsigned);
247
private ASN1Set
getAttributeSet
(
/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 935 milliseconds