Searched refs:STYLE_DENSITY (Results 1 – 8 of 8) sorted by relevance
29 public static final int STYLE_DENSITY = 5; field in AttributeResolution9221 out_values[destOffset + STYLE_DENSITY] = config.density; in ResolveAttrs()416 out_values[destIndex + STYLE_DENSITY] = config.get().density; in ApplyStyle()502 out_values[baseDest + STYLE_DENSITY] = config.get().density; in RetrieveAttributes()
32 public static final int STYLE_DENSITY = 5; field in AttributeResolution10225 out_values[destOffset + STYLE_DENSITY] = config.density; in ResolveAttrs()425 out_values[destIndex + STYLE_DENSITY] = config.get().density; in ApplyStyle()512 out_values[baseDest + STYLE_DENSITY] = config.get().density; in RetrieveAttributes()
19 public static final int STYLE_DENSITY = 5; field in AttributeResolution208 outValues[destOffset + STYLE_DENSITY] = config.density; in ResolveAttrs()407 outValues[destIndex + STYLE_DENSITY] = config.get().density; in ApplyStyle()502 outValues[baseDest + STYLE_DENSITY] = config.get().density; in RetrieveAttributes()
6 import static org.robolectric.res.android.AttributeResolution.STYLE_DENSITY;98 …result.append(Strings.padEnd("Style density: ", 25, ' ')).append(data[index+STYLE_DENSITY]).append… in dump()
114 private static final int STYLE_DENSITY = 5; field in ShadowLegacyAssetManager825 data[offset + STYLE_DENSITY] = typedValue.density; in getTypedArray()1209 data[offset + STYLE_DENSITY] = typedValue.density; in attrsToTypedArray()
94 private static final int STYLE_DENSITY = 5; field in ShadowArscAssetManager101131 cursor[offset + STYLE_DENSITY] = (int) (selected_config.get().density); in nativeGetResourceArray()
89 private static final int STYLE_DENSITY = 5; field in ShadowArscAssetManager91127 cursor[offset + STYLE_DENSITY] = (int) (selected_config.get().density); in nativeGetResourceArray()
80 private static final int STYLE_DENSITY = 5; field in ShadowArscAssetManager937 dest[destOffset + STYLE_DENSITY] = config.get().density; in retrieveArray()