Home
last modified time | relevance | path

Searched refs:mutable (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapColorSpaceTest.java912 for (boolean mutable : new boolean[] { true, false }) { in copyF16()
913 Bitmap copy = b.copy(Bitmap.Config.RGBA_F16, mutable); in copyF16()
925 for (boolean mutable : new boolean[] { true, false }) { in copyF16()
926 Bitmap copy = b.copy(config, mutable); in copyF16()
988 for (boolean mutable : trueFalse) { in copy()
989 c = b.copy(Bitmap.Config.ARGB_8888, mutable); in copy()
DBitmapTest.java2471 public void testAsSharedImageDecoder(boolean mutable) { in testAsSharedImageDecoder() argument
2478 if (mutable) decoder.setMutableRequired(true); in testAsSharedImageDecoder()
2482 if (mutable) { in testAsSharedImageDecoder()
/cts/common/device-side/bedstead/testapisreflection/src/processor/main/java/com/android/bedstead/testapisreflection/processor/
DProcessor.java446 .mutable(true) in implementParcelable()
/cts/tests/translation/src/android/translation/cts/
DUiTranslationManagerTest.java1455 private BlockingBroadcastReceiver sendCommandToIme(String action, boolean mutable) { in sendCommandToIme() argument
1466 mutable ? PendingIntent.FLAG_MUTABLE : PendingIntent.FLAG_IMMUTABLE); in sendCommandToIme()