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 | 72 public final class BridgeTypedArray extends TypedArray { class 87 public BridgeTypedArray(Resources resources, BridgeContext context, int len) { in BridgeTypedArray() method in BridgeTypedArray 1012 return new BridgeTypedArray(res, null, len); in obtain()
|
D | Resources_Delegate.java | 127 public static BridgeTypedArray newTypeArray(Resources resources, int numEntries) { in newTypeArray() 128 return new BridgeTypedArray(resources, getContext(resources), numEntries); in newTypeArray() 551 BridgeTypedArray typedArray = newTypeArray(resources, length); in obtainTypedArray()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContext.java | 59 import android.content.res.BridgeTypedArray; 633 public final BridgeTypedArray internalObtainStyledAttributes(int resId, int[] attrs) in internalObtainStyledAttributes() 661 Pair<BridgeTypedArray, Map<ResourceReference, ResourceValue>> typeArrayAndPropertiesPair = in internalObtainStyledAttributes() 690 public BridgeTypedArray internalObtainStyledAttributes(@Nullable AttributeSet set, int[] attrs, in internalObtainStyledAttributes() 729 BridgeTypedArray ta = in internalObtainStyledAttributes() 977 … private Pair<BridgeTypedArray, Map<ResourceReference, ResourceValue>> createStyleBasedTypedArray( in createStyleBasedTypedArray() 981 BridgeTypedArray ta = in createStyleBasedTypedArray() 2110 Map<Integer, Pair<BridgeTypedArray, 2117 public Pair<BridgeTypedArray, Map<ResourceReference, ResourceValue>> get(int[] attrs, in get() 2119 Map<List<StyleResourceValue>, Map<Integer, Pair<BridgeTypedArray, Map<ResourceReference, in get() [all …]
|