Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAttributeResolution9.java28 public static final int STYLE_CHANGING_CONFIGURATIONS = 4; field in AttributeResolution9
220 out_values[destOffset + STYLE_CHANGING_CONFIGURATIONS] = type_set_flags; in ResolveAttrs()
415 out_values[destIndex + STYLE_CHANGING_CONFIGURATIONS] = type_set_flags.get(); in ApplyStyle()
501 out_values[baseDest + STYLE_CHANGING_CONFIGURATIONS] = type_set_flags.get(); in RetrieveAttributes()
DAttributeResolution10.java31 public static final int STYLE_CHANGING_CONFIGURATIONS = 4; field in AttributeResolution10
224 out_values[destOffset + STYLE_CHANGING_CONFIGURATIONS] = type_set_flags; in ResolveAttrs()
424 out_values[destIndex + STYLE_CHANGING_CONFIGURATIONS] = type_set_flags.get(); in ApplyStyle()
511 out_values[baseDest + STYLE_CHANGING_CONFIGURATIONS] = type_set_flags.get(); in RetrieveAttributes()
DAttributeResolution.java18 public static final int STYLE_CHANGING_CONFIGURATIONS = 4; field in AttributeResolution
207 outValues[destOffset + STYLE_CHANGING_CONFIGURATIONS] = typeSetFlags; in ResolveAttrs()
406 outValues[destIndex + STYLE_CHANGING_CONFIGURATIONS] = typeSetFlags.get(); in ApplyStyle()
501 outValues[baseDest + STYLE_CHANGING_CONFIGURATIONS] = typeSetFlags.get(); in RetrieveAttributes()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTypedArray.java4 import static org.robolectric.res.android.AttributeResolution.STYLE_CHANGING_CONFIGURATIONS;
97 …adEnd("Changing configurations ", 25, ' ')).append(data[index+STYLE_CHANGING_CONFIGURATIONS]).appe… in dump()
DShadowLegacyAssetManager.java113 private static final int STYLE_CHANGING_CONFIGURATIONS = 4; field in ShadowLegacyAssetManager
824 data[offset + STYLE_CHANGING_CONFIGURATIONS] = typedValue.changingConfigurations; in getTypedArray()
1208 data[offset + STYLE_CHANGING_CONFIGURATIONS] = typedValue.changingConfigurations; in attrsToTypedArray()
DShadowArscAssetManager10.java93 private static final int STYLE_CHANGING_CONFIGURATIONS = 4; field in ShadowArscAssetManager10
1130 cursor[offset + STYLE_CHANGING_CONFIGURATIONS] = (int) (flags.get()); in nativeGetResourceArray()
DShadowArscAssetManager9.java88 private static final int STYLE_CHANGING_CONFIGURATIONS = 4; field in ShadowArscAssetManager9
1126 cursor[offset + STYLE_CHANGING_CONFIGURATIONS] = (int) (flags.get()); in nativeGetResourceArray()
DShadowArscAssetManager.java79 private static final int STYLE_CHANGING_CONFIGURATIONS = 4; field in ShadowArscAssetManager
936 dest[destOffset + STYLE_CHANGING_CONFIGURATIONS] = typeSetFlags.get(); in retrieveArray()