Searched refs:mutable (Results 1 – 4 of 4) sorted by relevance
912 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()
2471 public void testAsSharedImageDecoder(boolean mutable) { in testAsSharedImageDecoder() argument2478 if (mutable) decoder.setMutableRequired(true); in testAsSharedImageDecoder()2482 if (mutable) { in testAsSharedImageDecoder()
446 .mutable(true) in implementParcelable()
1455 private BlockingBroadcastReceiver sendCommandToIme(String action, boolean mutable) { in sendCommandToIme() argument1466 mutable ? PendingIntent.FLAG_MUTABLE : PendingIntent.FLAG_IMMUTABLE); in sendCommandToIme()