Home
last modified time | relevance | path

Searched refs:STYLE_ASSET_COOKIE (Results 1 – 8 of 8) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAttributeResolution9.java26 public static final int STYLE_ASSET_COOKIE = 2; field in AttributeResolution9
218 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()
DAttributeResolution10.java29 public static final int STYLE_ASSET_COOKIE = 2; field in AttributeResolution10
222 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()
DAttributeResolution.java16 public static final int STYLE_ASSET_COOKIE = 2; field in AttributeResolution
204 outValues[destOffset + STYLE_ASSET_COOKIE] = in ResolveAttrs()
403 outValues[destIndex + STYLE_ASSET_COOKIE] = in ApplyStyle()
498 outValues[baseDest + STYLE_ASSET_COOKIE] = in RetrieveAttributes()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTypedArray.java3 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()
DShadowLegacyAssetManager.java111 private static final int STYLE_ASSET_COOKIE = 2; field in ShadowLegacyAssetManager
823 data[offset + STYLE_ASSET_COOKIE] = typedValue.assetCookie; in getTypedArray()
1206 data[offset + STYLE_ASSET_COOKIE] = typedValue.assetCookie; in attrsToTypedArray()
DShadowArscAssetManager10.java91 private static final int STYLE_ASSET_COOKIE = 2; field in ShadowArscAssetManager10
1128 cursor[offset + STYLE_ASSET_COOKIE] = ApkAssetsCookieToJavaCookie(cookie); in nativeGetResourceArray()
DShadowArscAssetManager9.java86 private static final int STYLE_ASSET_COOKIE = 2; field in ShadowArscAssetManager9
1124 cursor[offset + STYLE_ASSET_COOKIE] = ApkAssetsCookieToJavaCookie(cookie); in nativeGetResourceArray()
DShadowArscAssetManager.java77 private static final int STYLE_ASSET_COOKIE = 2; field in ShadowArscAssetManager
934 dest[destOffset + STYLE_ASSET_COOKIE] = res.getTableCookie(block); in retrieveArray()