OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attrs
(Results
1251 - 1275
of
4096
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/owasp/sanitizer/src/tests/org/owasp/html/
HtmlPolicyBuilderTest.java
234
String elementName, List<String>
attrs
) {
235
attrs
.add("class");
236
attrs
.add("header-" + elementName);
/frameworks/base/core/java/android/view/animation/
RotateAnimation.java
46
* @param
attrs
Attribute set from which to read values
48
public RotateAnimation(Context context, AttributeSet
attrs
) {
49
super(context,
attrs
);
51
TypedArray a = context.obtainStyledAttributes(
attrs
,