HomeSort by relevance Sort by last modified time
    Searched refs:Transformation (Results 51 - 75 of 122) sorted by null

1 23 4 5

  /cts/tests/tests/view/src/android/view/animation/cts/
CycleInterpolatorTest.java 38 import android.view.animation.Transformation;
92 Transformation transformation = new Transformation(); local
94 anim.getTransformation(startTime, transformation);
95 final float alpha1 = transformation.getAlpha();
98 anim.getTransformation(startTime + 500, transformation);
99 final float alpha2 = transformation.getAlpha();
102 anim.getTransformation(startTime + 1000, transformation);
103 final float alpha3 = transformation.getAlpha()
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
DecodeJob.java 8 import com.bumptech.glide.load.Transformation;
39 private final Transformation<T> transformation; field in class:DecodeJob
49 DataLoadProvider<A, T> loadProvider, Transformation<T> transformation, ResourceTranscoder<T, Z> transcoder,
51 this(resultKey, width, height, fetcher, loadProvider, transformation, transcoder, diskCache, diskCacheStrategy,
57 DataLoadProvider<A, T> loadProvider, Transformation<T> transformation, ResourceTranscoder<T, Z> transcoder,
64 this.transformation = transformation;
    [all...]
EngineKey.java 7 import com.bumptech.glide.load.Transformation;
21 private final Transformation transformation; field in class:EngineKey
31 ResourceDecoder decoder, Transformation transformation, ResourceEncoder encoder,
39 this.transformation = transformation;
71 } else if (transformation == null ^ engineKey.transformation == null) {
73 } else if (transformation != null && !transformation.getId().equals(engineKey.transformation.getId()))
    [all...]
Engine.java 9 import com.bumptech.glide.load.Transformation;
128 * @param transformation The transformation to use to transform the decoded resource.
141 DataLoadProvider<T, Z> loadProvider, Transformation<Z> transformation, ResourceTranscoder<Z, R> transcoder,
148 loadProvider.getSourceDecoder(), transformation, loadProvider.getEncoder(),
187 DecodeJob<T, Z, R> decodeJob = new DecodeJob<T, Z, R>(key, width, height, fetcher, loadProvider, transformation,
  /external/glide/library/src/main/java/com/bumptech/glide/
DrawableRequestBuilder.java 13 import com.bumptech.glide.load.Transformation;
157 * @see #bitmapTransform(com.bumptech.glide.load.Transformation[])
158 * @see #transform(com.bumptech.glide.load.Transformation[])
172 * @see #bitmapTransform(com.bumptech.glide.load.Transformation[])
173 * @see #transform(com.bumptech.glide.load.Transformation[])
187 * @see #bitmapTransform(com.bumptech.glide.load.Transformation[])
188 * @see #transform(com.bumptech.glide.load.Transformation[])
204 * @see #transform(com.bumptech.glide.load.Transformation[])
208 public DrawableRequestBuilder<ModelType> bitmapTransform(Transformation<Bitmap>... bitmapTransformations) {
222 * @see #bitmapTransform(com.bumptech.glide.load.Transformation[])
    [all...]
GenericRequestBuilder.java 13 import com.bumptech.glide.load.Transformation;
77 private Transformation<ResourceType> transformation = UnitTransformation.get(); field in class:GenericRequestBuilder
146 * {@link Transformation}s. However, {@link #placeholder(int)} and {@link #error(int)},
307 * Transform resources with the given {@link Transformation}s. Replaces any existing transformation or
314 Transformation<ResourceType>... transformations) {
317 transformation = transformations[0];
319 transformation = new MultiTransformation<ResourceType>(transformations);
326 * Removes the current {@link com.bumptech.glide.load.Transformation}
332 Transformation<ResourceType> transformation = UnitTransformation.get(); local
    [all...]
BitmapRequestBuilder.java 14 import com.bumptech.glide.load.Transformation;
228 * Note - If using a {@link Transformation} that expect bitmaps to support transparency, this should always be
258 * @see #transform(com.bumptech.glide.load.Transformation[])
273 * @see #transform(com.bumptech.glide.load.Transformation[])
286 * @see #transform(com.bumptech.glide.load.Transformation[])
301 public BitmapRequestBuilder<ModelType, TranscodeType> transform(Transformation<Bitmap>... transformations) {
476 * Note - If no transformation is set for this load, a default transformation will be applied based on the
477 * value returned from {@link android.widget.ImageView#getScaleType()}. To avoid this default transformation,
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifFrameManager.java 15 import com.bumptech.glide.load.Transformation;
37 private Transformation<Bitmap> transformation = UnitTransformation.get(); field in class:GifFrameManager
72 public void setFrameTransformation(Transformation<Bitmap> transformation) {
73 if (transformation == null) {
74 throw new NullPointerException("Transformation must not be null");
76 this.transformation = transformation;
96 .transform(transformation)
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowAnimationSpec.java 34 import android.view.animation.Transformation;
97 tmp.transformation.clear();
98 mAnimation.getTransformation(currentPlayTime, tmp.transformation);
99 tmp.transformation.getMatrix().postTranslate(mPosition.x, mPosition.y);
100 t.setMatrix(leash, tmp.transformation.getMatrix(), tmp.floats);
101 t.setAlpha(leash, tmp.transformation.getAlpha());
103 t.setWindowCrop(leash, tmp.transformation.getClipRect());
109 t.setWindowCrop(leash, tmp.transformation.getClipRect());
112 mTmpRect.intersect(tmp.transformation.getClipRect());
196 final Transformation transformation = new Transformation() field in class:WindowAnimationSpec.TmpValues
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
GalleryTest.java 43 import android.view.animation.Transformation;
143 Transformation t = new Transformation();
356 protected boolean getChildStaticTransformation(View child, Transformation t) {
  /external/glide/library/src/main/java/com/bumptech/glide/request/
GenericRequest.java 9 import com.bumptech.glide.load.Transformation;
63 private Transformation<Z> transformation; field in class:GenericRequest
103 Transformation<Z> transformation,
129 transformation,
153 transformation = null;
175 Transformation<Z> transformation,
196 this.transformation = transformation
    [all...]
  /frameworks/base/core/java/android/service/autofill/
DateTransformation.java 40 * <p>For example, a transformation to display a credit card expiration date as month/year would be:
47 Transformation, Parcelable {
54 * Creates a new transformation.
BatchUpdates.java 40 * <li>{@link Transformation Transformations} to be applied on child views.
82 * {@link #transformChild(int, Transformation) transformations} are applied to the children
102 * Adds a transformation to replace the value of a child view with the fields in the
112 * @param transformation an implementation provided by the Android System.
114 * @throws IllegalArgumentException if {@code transformation} is not a class provided
117 public Builder transformChild(int id, @NonNull Transformation transformation) {
119 Preconditions.checkArgument((transformation instanceof InternalTransformation),
120 "not provided by Android System: " + transformation);
124 mTransformations.add(new Pair<>(id, (InternalTransformation) transformation));
    [all...]
CharSequenceTransformation.java 43 * overall transformation result.
45 * <p>For example, a transformation to mask a credit card number contained in just one field would
54 * <p>But a transformation that generates a {@code Exp: MM / YYYY} credit expiration date from two
64 Transformation, Parcelable {
121 * result of this transformation.
134 * Adds the transformed contents of a field to the overall result of this transformation.
CustomDescription.java 44 * <li>{@link Transformation Transformations} to populate the children views.
64 * the screen fields and the {@link Transformation Transformations}:
152 * Adds a transformation to replace the value of a child view with the fields in the
159 * @param transformation an implementation provided by the Android System.
161 * @throws IllegalArgumentException if {@code transformation} is not a class provided
164 public Builder addChild(int id, @NonNull Transformation transformation) {
166 Preconditions.checkArgument((transformation instanceof InternalTransformation),
167 "not provided by Android System: " + transformation);
171 mTransformations.add(new Pair<>(id, (InternalTransformation) transformation));
    [all...]
ImageTransformation.java 58 public final class ImageTransformation extends InternalTransformation implements Transformation,
  /frameworks/base/core/java/android/view/animation/
RotateAnimation.java 166 protected void applyTransformation(float interpolatedTime, Transformation t) {
TranslateAnimation.java 158 protected void applyTransformation(float interpolatedTime, Transformation t) {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TransformsAndAnimationsActivity.java 27 import android.view.animation.Transformation;
193 protected boolean getChildStaticTransformation(View child, Transformation t) {
  /packages/apps/Messaging/src/com/android/messaging/ui/animation/
PopupTransitionAnimation.java 28 import android.view.animation.Transformation;
182 protected void applyTransformation(final float interpolatedTime, final Transformation t) {
251 * animate the position of viewToAnimate within the popup using a Transformation
  /frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
SwipeRefreshLayout.java 31 import android.view.animation.Transformation;
443 public void applyTransformation(float interpolatedTime, Transformation t) {
480 public void applyTransformation(float interpolatedTime, Transformation t) {
501 public void applyTransformation(float interpolatedTime, Transformation t) {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonBitSimplify.cpp 139 class Transformation;
189 bool visitBlock(MachineBasicBlock &B, Transformation &T, RegisterSet &AVs);
199 class Transformation {
202 Transformation(bool TD) : TopDown(TD) {}
204 virtual ~Transformation() {}
215 bool HexagonBitSimplify::visitBlock(MachineBasicBlock &B, Transformation &T,
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowView.java 31 import android.view.animation.Transformation;
500 SystemClock.uptimeMillis() : (startTime + startOffset + elapsedTime), new Transformation()) &&
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
MediaPickerPanel.java 28 import android.view.animation.Transformation;
289 final Transformation t) {
  /external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.h 278 void Transformation(int32_t contour, ByteVector* transformation);

Completed in 755 milliseconds

1 23 4 5