Searched refs:BridgeTypedArray (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
D | Resources_Theme_Delegate.java | 59 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()
|
D | TypedArray_Delegate.java | 33 return BridgeTypedArray.obtain(res, len); in obtain()
|
D | BridgeTypedArray.java | 66 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()
|
D | Resources_Delegate.java | 83 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/ |
D | BridgeContext.java | 57 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 …]
|