Searched refs:BridgeTypedArray (Results 1 – 5 of 5) sorted by relevance
/frameworks/layoutlib/bridge/src/android/content/res/ |
D | Resources_Theme_Delegate.java | 59 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().internalObtainStyledAttributes( in obtainStyledAttributes() 72 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().internalObtainStyledAttributes( in obtainStyledAttributes() 84 … BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().internalObtainStyledAttributes(set, in obtainStyledAttributes()
|
D | TypedArray_Delegate.java | 33 return BridgeTypedArray.obtain(res, len); in obtain()
|
D | BridgeTypedArray.java | 75 public final class BridgeTypedArray extends TypedArray { class 90 public BridgeTypedArray(Resources resources, BridgeContext context, int len) { in BridgeTypedArray() method in BridgeTypedArray 1035 return new BridgeTypedArray(res, null, len); in obtain()
|
D | Resources_Delegate.java | 128 public static BridgeTypedArray newTypeArray(Resources resources, int numEntries) { in newTypeArray() 129 return new BridgeTypedArray(resources, getContext(resources), numEntries); in newTypeArray() 552 BridgeTypedArray typedArray = newTypeArray(resources, length); in obtainTypedArray()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContext.java | 61 import android.content.res.BridgeTypedArray; 672 public final BridgeTypedArray internalObtainStyledAttributes(int resId, int[] attrs) in internalObtainStyledAttributes() 700 Pair<BridgeTypedArray, Map<ResourceReference, ResourceValue>> typeArrayAndPropertiesPair = in internalObtainStyledAttributes() 729 public BridgeTypedArray internalObtainStyledAttributes(@Nullable AttributeSet set, int[] attrs, in internalObtainStyledAttributes() 768 BridgeTypedArray ta = in internalObtainStyledAttributes() 1017 … private Pair<BridgeTypedArray, Map<ResourceReference, ResourceValue>> createStyleBasedTypedArray( in createStyleBasedTypedArray() 1021 BridgeTypedArray ta = in createStyleBasedTypedArray() 2194 Map<Integer, Pair<BridgeTypedArray, 2201 public Pair<BridgeTypedArray, Map<ResourceReference, ResourceValue>> get(int[] attrs, in get() 2203 Map<List<StyleResourceValue>, Map<Integer, Pair<BridgeTypedArray, Map<ResourceReference, in get() [all …]
|