HomeSort by relevance Sort by last modified time
    Searched refs:BridgeTypedArray (Results 1 - 5 of 5) sorted by null

  /frameworks/layoutlib/bridge/src/android/content/res/
TypedArray_Delegate.java 33 return BridgeTypedArray.obtain(res, len);
Resources_Theme_Delegate.java 59 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().internalObtainStyledAttributes(
72 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().internalObtainStyledAttributes(
84 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().internalObtainStyledAttributes(set,
BridgeTypedArray.java 67 public final class BridgeTypedArray extends TypedArray {
83 public BridgeTypedArray(Resources resources, BridgeContext context, int len,
    [all...]
Resources_Delegate.java 125 public static BridgeTypedArray newTypeArray(Resources resources, int numEntries,
127 return new BridgeTypedArray(resources, getContext(resources), numEntries, platformFile);
    [all...]
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 60 import android.content.res.BridgeTypedArray;
660 public final BridgeTypedArray internalObtainStyledAttributes(int resId, int[] attrs)
688 Pair<BridgeTypedArray, PropertiesMap> typeArrayAndPropertiesPair =
717 public BridgeTypedArray internalObtainStyledAttributes(@Nullable AttributeSet set, int[] attrs,
757 BridgeTypedArray ta =
    [all...]

Completed in 135 milliseconds