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

/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DLayoutInflaterCompatHC.java43 AttributeSet attributeSet) {
44 return mDelegateFactory.onCreateView(parent, name, context, attributeSet);
42 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.java203 XmlPullParser parser, AttributeSet attributeSet)
223 int attrName = attributeSet.getAttributeNameResource(i);
225 final int animId = attributeSet.getAttributeResourceValue(i, 0);
229 attributeSet.getAttributeBooleanValue(i, false) ?
202 createStateListAnimatorFromXml(Context context, XmlPullParser parser, AttributeSet attributeSet) argument

Completed in 66 milliseconds