Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Theme_Delegate.java59 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().internalObtainStyledAttributes( in obtainStyledAttributes()
72 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().internalObtainStyledAttributes( in obtainStyledAttributes()
84BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().internalObtainStyledAttributes(set, in obtainStyledAttributes()
DTypedArray_Delegate.java33 return BridgeTypedArray.obtain(res, len); in obtain()
DBridgeTypedArray.java72 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()
DResources_Delegate.java127 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/
DBridgeContext.java59 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 …]