OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DENSITY_VALUES
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
BitmapDrawableTest.java
59
private static final int[]
DENSITY_VALUES
= new int[] {
75
verifyPreloadDensityInner(res, DENSITY_IMAGES[i],
DENSITY_VALUES
);
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
NinePatchDrawableTest.java
423
private static final int[]
DENSITY_VALUES
= new int[] {
447
verifySetTargetDensityInner(res, DENSITY_IMAGES[0],
DENSITY_VALUES
, densitySetter);
535
verifyPreloadDensityInner(res, DENSITY_IMAGES[0],
DENSITY_VALUES
,
615
final int preloadDensityDpi =
DENSITY_VALUES
[0];
632
for (int i = 1; i <
DENSITY_VALUES
.length; i++) {
633
final int scaledDensityDpi =
DENSITY_VALUES
[i];
Completed in 1164 milliseconds