Home
last modified time | relevance | path

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

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