Home
last modified time | relevance | path

Searched refs:BridgeTypedArray (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DResources_Theme_Delegate.java59 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(attrs); in obtainStyledAttributes()
71 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(resid, in obtainStyledAttributes()
83 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(set, in obtainStyledAttributes()
DTypedArray_Delegate.java33 return BridgeTypedArray.obtain(res, len); in obtain()
DBridgeTypedArray.java66 public final class BridgeTypedArray extends TypedArray { class
81 public BridgeTypedArray(Resources resources, BridgeContext context, int len, in BridgeTypedArray() method in BridgeTypedArray
953 return new BridgeTypedArray(res, null, len, true); in obtain()
DResources_Delegate.java83 public static BridgeTypedArray newTypeArray(Resources resources, int numEntries, in newTypeArray()
85 return new BridgeTypedArray(resources, resources.mContext, numEntries, platformFile); in newTypeArray()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java57 import android.content.res.BridgeTypedArray;
603 public final BridgeTypedArray obtainStyledAttributes(int[] attrs) { in obtainStyledAttributes()
608 public final BridgeTypedArray obtainStyledAttributes(int resId, int[] attrs) in obtainStyledAttributes()
634 Pair<BridgeTypedArray, PropertiesMap> typeArrayAndPropertiesPair = in obtainStyledAttributes()
659 public final BridgeTypedArray obtainStyledAttributes(AttributeSet set, int[] attrs) { in obtainStyledAttributes()
664 public BridgeTypedArray obtainStyledAttributes(AttributeSet set, int[] attrs, in obtainStyledAttributes()
699 BridgeTypedArray ta = in obtainStyledAttributes()
933 private Pair<BridgeTypedArray, PropertiesMap> createStyleBasedTypedArray( in createStyleBasedTypedArray()
937 BridgeTypedArray ta = in createStyleBasedTypedArray()
1894 Map<Integer, Pair<BridgeTypedArray, PropertiesMap>>>> mCache;
[all …]