Searched defs:attributeSet (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/compat/java/android/support/v4/view/
H A DLayoutInflaterCompat.java55 AttributeSet attributeSet) {
56 return mDelegateFactory.onCreateView(parent, name, context, attributeSet);
54 onCreateView(View parent, String name, Context context, AttributeSet attributeSet) argument
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java54 public MyGLSurfaceView(Context context, AttributeSet attributeSet) { argument
55 super(context, attributeSet);
/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java206 XmlPullParser parser, AttributeSet attributeSet)
226 int attrName = attributeSet.getAttributeNameResource(i);
228 final int animId = attributeSet.getAttributeResourceValue(i, 0);
232 attributeSet.getAttributeBooleanValue(i, false) ?
205 createStateListAnimatorFromXml(Context context, XmlPullParser parser, AttributeSet attributeSet) argument

Completed in 101 milliseconds