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

/development/samples/XmlAdapters/src/com/example/android/xmladapters/
H A DAdapters.java595 private final AttributeSet mAttrs; field in class:Adapters.XmlCursorAdapterParser
607 mAttrs = attrs;
621 TypedArray a = resources.obtainAttributes(mAttrs, R.styleable.CursorAdapter);
676 TypedArray a = mResources.obtainAttributes(mAttrs,
694 TypedArray a = resources.obtainAttributes(mAttrs,
802 TypedArray a = resources.obtainAttributes(mAttrs,
836 TypedArray a = resources.obtainAttributes(mAttrs,

Completed in 183 milliseconds