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

  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java 578 int genId = bitmap.getGenerationId();
579 assertEquals("not expected to change", genId, bitmap.getGenerationId());
581 assertEquals("not expected to change", genId, bitmap.getGenerationId());
583 assertEquals("not expected to change", genId, bitmap.getGenerationId());
585 int beforeGenId = bitmap.getGenerationId();
587 int afterGenId = bitmap.getGenerationId();
590 beforeGenId = bitmap.getGenerationId();
592 afterGenId = bitmap.getGenerationId();
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBitmap.java 541 protected int getGenerationId() {
  /cts/tests/tests/view/src/android/view/cts/
PixelCopyTest.java 265 int generationId = bitmap.getGenerationId();
273 assertNotEquals(generationId, bitmap.getGenerationId());
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.13.0.v20180409-1500.jar 

Completed in 727 milliseconds