Searched refs:paddings (Results 1 – 9 of 9) sorted by relevance
510 public static int[] allToKeymaster(@Nullable @EncryptionPaddingEnum String[] paddings) { in allToKeymaster() argument511 if ((paddings == null) || (paddings.length == 0)) { in allToKeymaster()514 int[] result = new int[paddings.length]; in allToKeymaster()515 for (int i = 0; i < paddings.length; i++) { in allToKeymaster()516 result[i] = toKeymaster(paddings[i]); in allToKeymaster()576 public static int[] allToKeymaster(@Nullable @SignaturePaddingEnum String[] paddings) { in allToKeymaster() argument577 if ((paddings == null) || (paddings.length == 0)) { in allToKeymaster()580 int[] result = new int[paddings.length]; in allToKeymaster()581 for (int i = 0; i < paddings.length; i++) { in allToKeymaster()582 result[i] = toKeymaster(paddings[i]); in allToKeymaster()
737 @KeyProperties.EncryptionPaddingEnum String... paddings) { in setEncryptionPaddings()738 mEncryptionPaddings = ArrayUtils.cloneIfNotEmpty(paddings); in setEncryptionPaddings()753 @KeyProperties.SignaturePaddingEnum String... paddings) { in setSignaturePaddings()754 mSignaturePaddings = ArrayUtils.cloneIfNotEmpty(paddings); in setSignaturePaddings()
1320 @KeyProperties.EncryptionPaddingEnum String... paddings) { in setEncryptionPaddings()1321 mEncryptionPaddings = ArrayUtils.cloneIfNotEmpty(paddings); in setEncryptionPaddings()1336 @KeyProperties.SignaturePaddingEnum String... paddings) { in setSignaturePaddings()1337 mSignaturePaddings = ArrayUtils.cloneIfNotEmpty(paddings); in setSignaturePaddings()
363 int[] paddings = new int[4]; in getExpandedViewContainerPadding() local369 paddings[0] = onLeft in getExpandedViewContainerPadding()372 paddings[1] = 0; in getExpandedViewContainerPadding()373 paddings[2] = onLeft in getExpandedViewContainerPadding()377 paddings[3] = isOverflow ? mExpandedViewPadding : 0; in getExpandedViewContainerPadding()378 return paddings; in getExpandedViewContainerPadding()396 paddings[0] = leftPadding; in getExpandedViewContainerPadding()397 paddings[1] = showBubblesVertically() ? 0 : mPointerMargin; in getExpandedViewContainerPadding()398 paddings[2] = rightPadding; in getExpandedViewContainerPadding()399 paddings[3] = 0; in getExpandedViewContainerPadding()[all …]
3511 int[] paddings = mPositioner.getExpandedViewContainerPadding( in updateExpandedView() local3513 mExpandedViewContainer.setPadding(paddings[0], paddings[1], paddings[2], paddings[3]); in updateExpandedView()
534 val paddings = in testGetTaskViewContentWidth_onLeft() constant537 .isEqualTo(positioner.screenRect.width() - paddings[0] - paddings[2]) in testGetTaskViewContentWidth_onLeft()544 val paddings = in testGetTaskViewContentWidth_onRight() constant547 .isEqualTo(positioner.screenRect.width() - paddings[0] - paddings[2]) in testGetTaskViewContentWidth_onRight()
13648 com.android.org.bouncycastle.crypto.paddings.BlockCipherPadding13649 com.android.org.bouncycastle.crypto.paddings.PKCS7Padding13650 com.android.org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher
23174 HSPLcom/android/org/bouncycastle/crypto/paddings/PKCS7Padding;->init(Ljava/security/SecureRandom;)V23175 HSPLcom/android/org/bouncycastle/crypto/paddings/PKCS7Padding;->padCount([B)I23176 …crypto/paddings/PaddedBufferedBlockCipher;-><init>(Lcom/android/org/bouncycastle/crypto/BlockCiphe…23177 HSPLcom/android/org/bouncycastle/crypto/paddings/PaddedBufferedBlockCipher;->doFinal([BI)I23178 HSPLcom/android/org/bouncycastle/crypto/paddings/PaddedBufferedBlockCipher;->getOutputSize(I)I23179 HSPLcom/android/org/bouncycastle/crypto/paddings/PaddedBufferedBlockCipher;->getUpdateOutputSize(I)I23180 HSPLcom/android/org/bouncycastle/crypto/paddings/PaddedBufferedBlockCipher;->init(ZLcom/android/org…46223 Lcom/android/org/bouncycastle/crypto/paddings/BlockCipherPadding;46224 Lcom/android/org/bouncycastle/crypto/paddings/PKCS7Padding;46225 Lcom/android/org/bouncycastle/crypto/paddings/PaddedBufferedBlockCipher;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...