Home
last modified time | relevance | path

Searched refs:transformation (Results 1 – 25 of 157) sorted by relevance

1234567

/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimationSpec.java96 tmp.transformation.clear(); in apply()
97 mAnimation.getTransformation(currentPlayTime, tmp.transformation); in apply()
98 tmp.transformation.getMatrix().postTranslate(mPosition.x, mPosition.y); in apply()
99 t.setMatrix(leash, tmp.transformation.getMatrix(), tmp.floats); in apply()
100 t.setAlpha(leash, tmp.transformation.getAlpha()); in apply()
104 if (tmp.transformation.hasClipRect()) { in apply()
105 t.setWindowCrop(leash, tmp.transformation.getClipRect()); in apply()
110 if (tmp.transformation.hasClipRect()) { in apply()
111 mTmpRect.intersect(tmp.transformation.getClipRect()); in apply()
203 final Transformation transformation = new Transformation(); field in WindowAnimationSpec.TmpValues
/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreBCWorkaroundProvider.java249 private void putSymmetricCipherImpl(String transformation, String implClass) { in putSymmetricCipherImpl() argument
250 put("Cipher." + transformation, implClass); in putSymmetricCipherImpl()
251 put("Cipher." + transformation + " SupportedKeyClasses", KEYSTORE_SECRET_KEY_CLASS_NAME); in putSymmetricCipherImpl()
254 private void putAsymmetricCipherImpl(String transformation, String implClass) { in putAsymmetricCipherImpl() argument
255 put("Cipher." + transformation, implClass); in putAsymmetricCipherImpl()
256 put("Cipher." + transformation + " SupportedKeyClasses", in putAsymmetricCipherImpl()
DWrappedKeyEntry.java89 public WrappedKeyEntry(byte[] wrappedKeyBytes, String wrappingKeyAlias, String transformation, in WrappedKeyEntry() argument
93 mTransformation = transformation; in WrappedKeyEntry()
/frameworks/base/core/java/android/service/autofill/
DInternalTransformation.java67 final InternalTransformation transformation = pair.second; in batchApply() local
68 if (sDebug) Log.d(TAG, "#" + i + ": " + transformation); in batchApply()
71 transformation.apply(finder, template, id); in batchApply()
74 Log.e(TAG, "Could not apply transformation " + transformation + ": " in batchApply()
DBatchUpdates.java117 public Builder transformChild(int id, @NonNull Transformation transformation) { in transformChild() argument
119 Preconditions.checkArgument((transformation instanceof InternalTransformation), in transformChild()
120 "not provided by Android System: " + transformation); in transformChild() local
124 mTransformations.add(new Pair<>(id, (InternalTransformation) transformation)); in transformChild()
DCustomDescription.java180 public Builder addChild(int id, @NonNull Transformation transformation) { in addChild() argument
182 Preconditions.checkArgument((transformation instanceof InternalTransformation), in addChild()
183 "not provided by Android System: " + transformation); in addChild() local
187 mTransformations.add(new Pair<>(id, (InternalTransformation) transformation)); in addChild()
/frameworks/rs/script_api/
Drs_matrix.spec31 To create a transformation matrix that performs two transformations at once,
32 multiply the two source matrices, with the first transformation as the right
33 argument. E.g. to create a transformation matrix that applies the
34transformation s1 followed by s2, call <code>rsMatrixLoadMultiply(&amp;combined, &amp;s2, &amp;s1)…
37 We have two style of functions to create transformation matrices:
39 style simply stores the transformation matrix in the first argument. The latter
40 modifies a pre-existing transformation matrix so that the new transformation
292 To combine two 4x4 transformaton matrices, multiply the second transformation matrix
293 by the first transformation matrix. E.g. to create a transformation matrix that applies
294 …the transformation s1 followed by s2, call <code>rsMatrixLoadMultiply(&amp;combined, &amp;s2, &amp…
[all …]
/frameworks/rs/script_api/include/
Drs_matrix.rsh33 * To create a transformation matrix that performs two transformations at once,
34 * multiply the two source matrices, with the first transformation as the right
35 * argument. E.g. to create a transformation matrix that applies the
36 * transformation s1 followed by s2, call rsMatrixLoadMultiply(&combined, &s2, &s1).
39 * We have two style of functions to create transformation matrices:
41 * style simply stores the transformation matrix in the first argument. The latter
42 * modifies a pre-existing transformation matrix so that the new transformation
305 * To combine two 4x4 transformaton matrices, multiply the second transformation matrix
306 * by the first transformation matrix. E.g. to create a transformation matrix that applies
307 * the transformation s1 followed by s2, call rsMatrixLoadMultiply(&combined, &s2, &s1).
[all …]
/frameworks/base/core/java/android/view/animation/
DAnimation.java1101 RectF invalidate, Transformation transformation) { in getInvalidateRegion() argument
1107 transformation.getMatrix().mapRect(invalidate); in getInvalidateRegion()
1118 tempTransformation.set(transformation); in getInvalidateRegion()
1119 transformation.set(previousTransformation); in getInvalidateRegion()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java371 @Nullable Consumer<Notification.Action.Builder> transformation) { in makeNotificationAction()
374 if (transformation != null) { in makeNotificationAction()
375 transformation.accept(actionBuilder); in makeNotificationAction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DViewTransformationHelper.java55 public void setCustomTransformation(CustomTransformation transformation, int viewType) { in setCustomTransformation() argument
56 mCustomTransformations.put(viewType, transformation); in setCustomTransformation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java635 final TransformationMethod transformation = button.getTransformationMethod(); in estimateOptimalSqueezedButtonTextWidth() local
636 final String text = transformation == null ? in estimateOptimalSqueezedButtonTextWidth()
637 rawText : transformation.getTransformation(rawText, button).toString(); in estimateOptimalSqueezedButtonTextWidth()
/frameworks/layoutlib/create/
DREADME.txt104 The first step of the transformation is to implement the method delegates.
116 The next step of the transformation is changing the name of the class in case we requested the class
/frameworks/av/media/extractors/mpeg2/
DNOTICE44 transformation or translation of a Source form, including but
/frameworks/base/cmds/requestsync/
DNOTICE44 transformation or translation of a Source form, including but
/frameworks/av/media/codec2/components/flac/
DNOTICE44 transformation or translation of a Source form, including but
/frameworks/base/packages/Keyguard/
DNOTICE44 transformation or translation of a Source form, including but
/frameworks/base/packages/PackageInstaller/
DNOTICE44 transformation or translation of a Source form, including but
/frameworks/av/media/libstagefright/codecs/aacdec/
DNOTICE44 transformation or translation of a Source form, including but
/frameworks/native/libs/ui/
DNOTICE44 transformation or translation of a Source form, including but
/frameworks/base/libs/hwui/
DNOTICE44 transformation or translation of a Source form, including but
/frameworks/av/services/mediaextractor/
DNOTICE44 transformation or translation of a Source form, including but
/frameworks/base/cmds/appwidget/
DNOTICE44 transformation or translation of a Source form, including but
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DNOTICE44 transformation or translation of a Source form, including but
/frameworks/base/packages/InputDevices/
DNOTICE44 transformation or translation of a Source form, including but

1234567