Home
last modified time | relevance | path

Searched defs:transformation (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/animation/back/
DBackTransformationTest.kt29 val transformation = BackTransformation() in defaultValue_noTransformation() constant
38 val transformation = BackTransformation(translateX = 0f, translateY = 0f, scale = 1f) in applyTo_targetView_translateX_Y_Scale() constant
51 val transformation = BackTransformation(translateX = 1f) in applyTo_targetView_translateX() constant
61 val transformation = BackTransformation(translateY = 2f) in applyTo_targetView_translateY() constant
71 val transformation = BackTransformation(scale = 3f) in applyTo_targetView_scale() constant
82 val transformation = BackTransformation(scalePivotPosition = ScalePivotPosition.CENTER) in applyTo_targetView_scale_pivot() constant
92 val transformation = BackTransformation() in applyTo_targetView_noTransformation() constant
/frameworks/base/apct-tests/perftests/core/src/android/conscrypt/conscrypt/
DCipherEncryptPerfTest.java61 public Cipher newCipher(String transformation) in newCipher()
68 public Cipher newCipher(String transformation) in newCipher()
79 Config(BufferType bufferType, CipherFactory cipherFactory, Transformation transformation) { in Config()
92 public Transformation transformation() { in transformation() method in CipherEncryptPerfTest.Config
148 final int messageSize(String transformation) throws Exception { in messageSize()
DCipherFactory.java26 Cipher newCipher(String transformation) throws NoSuchPaddingException, NoSuchAlgorithmException; in newCipher()
/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreBCWorkaroundProvider.java251 private void putSymmetricCipherImpl(String transformation, String implClass) { in putSymmetricCipherImpl()
256 private void putAsymmetricCipherImpl(String transformation, String implClass) { in putAsymmetricCipherImpl()
/frameworks/base/core/java/android/service/autofill/
DBatchUpdates.java118 public Builder transformChild(int id, @NonNull Transformation transformation) { in transformChild()
121 "not provided by Android System: %s", transformation); in transformChild() local
DCustomDescription.java181 public Builder addChild(int id, @NonNull Transformation transformation) { in addChild()
184 "not provided by Android System: %s", transformation); in addChild() local
DInternalTransformation.java68 final InternalTransformation transformation = pair.second; in batchApply() local
/frameworks/base/core/java/android/widget/
DTextViewTranslationCallback.java99 final TransformationMethod transformation = mTranslationTransformation; in onShowTranslation() local
159 final TransformationMethod transformation = in onHideTranslation() local
/frameworks/base/keystore/java/android/security/keystore/
DWrappedKeyEntry.java89 public WrappedKeyEntry(byte[] wrappedKeyBytes, String wrappingKeyAlias, String transformation, in WrappedKeyEntry()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimationSpec.java153 private void accountForExtension(Transformation transformation, Rect clipRect) { in accountForExtension()
273 final Transformation transformation = new Transformation(); field in WindowAnimationSpec.TmpValues
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DCustomCrossActivityBackAnimation.kt58 private val transformation = Transformation() in <lambda>() constant
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DTransitionDsl.kt467 fun transformation(matcher: ElementMatcher, transformation: Transformation.Factory) method
DSceneTransitions.kt291 val transformation = transformationMatcher.factory.create() in transformationSpec() constant
DTransitionDslImpl.kt201 override fun transformation(matcher: ElementMatcher, transformation: Transformation.Factory) { in transformation() method in com.android.compose.animation.scene.BaseTransitionBuilderImpl
DElement.kt1493 val transformation = transformationWithRange.transformation in computeValue() constant
1616 transformationWithRange?.let { transformation -> in computePreviewTransformationValue() method
/frameworks/base/core/java/android/os/
DCombinedVibration.java155 VibrationEffect.Transformation<ParamT> transformation, ParamT param); in transform()
428 VibrationEffect.Transformation<ParamT> transformation, ParamT param) { in transform()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DDefaultSurfaceAnimator.java137 final Transformation transformation = mTransformation; in applyTransformation() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DViewTransformationHelper.java86 public void setCustomTransformation(CustomTransformation transformation, int viewType) { in setCustomTransformation()
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/transformation/
DTransformation.kt148 val transformation: T, constant in com.android.compose.animation.scene.transformation.TransformationWithRange
/frameworks/base/core/java/android/view/animation/
DAnimation.java1210 RectF invalidate, Transformation transformation) { in getInvalidateRegion()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java535 final TransformationMethod transformation = button.getTransformationMethod(); in estimateOptimalSqueezedButtonTextWidth() local
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java2862 private Notification.Action makeNotificationAction( in makeNotificationAction()