HomeSort by relevance Sort by last modified time
    Searched refs:sourceDensity (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
BitmapDrawableTest.java 404 int sourceDensity, targetDensity;
413 sourceDensity = bitmap.getDensity();
417 sourceWidth, sourceDensity, targetDensity);
419 sourceHeight, sourceDensity, targetDensity);
427 sourceDensity = bitmap.getDensity();
431 sourceWidth, sourceDensity, targetDensity);
433 sourceHeight, sourceDensity, targetDensity);
442 sourceDensity = bitmap.getDensity();
443 targetDensity = sourceDensity * 2;
446 sourceWidth, sourceDensity, targetDensity)
    [all...]
NinePatchDrawableTest.java 382 int sourceDensity = bitmap.getDensity();
385 sourceWidth, sourceDensity, targetDensity);
387 sourceHeight, sourceDensity, targetDensity);

Completed in 45 milliseconds