Searched refs:STYLE_ASSET_COOKIE (Results 1 – 8 of 8) sorted by relevance
26 public static final int STYLE_ASSET_COOKIE = 2; field in AttributeResolution9218 out_values[destOffset + STYLE_ASSET_COOKIE] = ApkAssetsCookieToJavaCookie(cookie); in ResolveAttrs()413 out_values[destIndex + STYLE_ASSET_COOKIE] = ApkAssetsCookieToJavaCookie(cookie); in ApplyStyle()499 out_values[baseDest + STYLE_ASSET_COOKIE] = ApkAssetsCookieToJavaCookie(cookie); in RetrieveAttributes()
29 public static final int STYLE_ASSET_COOKIE = 2; field in AttributeResolution10222 out_values[destOffset + STYLE_ASSET_COOKIE] = ApkAssetsCookieToJavaCookie(cookie); in ResolveAttrs()422 out_values[destIndex + STYLE_ASSET_COOKIE] = ApkAssetsCookieToJavaCookie(cookie); in ApplyStyle()509 out_values[baseDest + STYLE_ASSET_COOKIE] = ApkAssetsCookieToJavaCookie(cookie); in RetrieveAttributes()
16 public static final int STYLE_ASSET_COOKIE = 2; field in AttributeResolution204 outValues[destOffset + STYLE_ASSET_COOKIE] = in ResolveAttrs()403 outValues[destIndex + STYLE_ASSET_COOKIE] = in ApplyStyle()498 outValues[baseDest + STYLE_ASSET_COOKIE] = in RetrieveAttributes()
3 import static org.robolectric.res.android.AttributeResolution.STYLE_ASSET_COOKIE;95 …append(Strings.padEnd("Asset cookie ", 25, ' ')).append(data[index+STYLE_ASSET_COOKIE]).append(Sys… in dump()
111 private static final int STYLE_ASSET_COOKIE = 2; field in ShadowLegacyAssetManager823 data[offset + STYLE_ASSET_COOKIE] = typedValue.assetCookie; in getTypedArray()1206 data[offset + STYLE_ASSET_COOKIE] = typedValue.assetCookie; in attrsToTypedArray()
91 private static final int STYLE_ASSET_COOKIE = 2; field in ShadowArscAssetManager101128 cursor[offset + STYLE_ASSET_COOKIE] = ApkAssetsCookieToJavaCookie(cookie); in nativeGetResourceArray()
86 private static final int STYLE_ASSET_COOKIE = 2; field in ShadowArscAssetManager91124 cursor[offset + STYLE_ASSET_COOKIE] = ApkAssetsCookieToJavaCookie(cookie); in nativeGetResourceArray()
77 private static final int STYLE_ASSET_COOKIE = 2; field in ShadowArscAssetManager934 dest[destOffset + STYLE_ASSET_COOKIE] = res.getTableCookie(block); in retrieveArray()