HomeSort by relevance Sort by last modified time
    Searched refs:Transformation (Results 26 - 47 of 47) sorted by null

12

  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationTest.java 35 import android.view.animation.Transformation;
122 Transformation transformation = new Transformation(); local
124 animation.getTransformation(animation.getStartTime() - 1, transformation); local
125 float alpha = transformation.getAlpha();
128 transformation = new Transformation();
131 transformation); local
132 alpha = transformation.getAlpha()
143 animation.getTransformation(animation.getStartTime() - 1, transformation); local
149 transformation); local
161 animation.getTransformation(animation.getStartTime() - 1, transformation); local
167 transformation); local
226 Transformation transformation = new Transformation(); local
348 Transformation transformation = new Transformation(); local
424 Transformation transformation = new Transformation(); local
    [all...]
AnimationSetTest.java 33 import android.view.animation.Transformation;
302 final Transformation transformation = new Transformation(); local
303 final Transformation expectedTransformation = new Transformation();
304 final Transformation tempTransformation = new Transformation();
306 assertEquals(result, animationSet.getTransformation(currentTime, transformation));
313 assertTransformationEquals(expectedTransformation, transformation);
381 final Transformation transformation = new Transformation(); local
    [all...]
AccelerateInterpolatorTest.java 33 import android.view.animation.Transformation;
85 Transformation transformation = new Transformation(); local
87 anim.getTransformation(startTime, transformation);
88 float alpha1 = transformation.getAlpha();
91 anim.getTransformation(startTime + 250, transformation);
92 float alpha2 = transformation.getAlpha();
94 anim.getTransformation(startTime + 500, transformation);
95 float alpha3 = transformation.getAlpha()
    [all...]
CycleInterpolatorTest.java 30 import android.view.animation.Transformation;
78 Transformation transformation = new Transformation(); local
80 anim.getTransformation(startTime, transformation);
81 final float alpha1 = transformation.getAlpha();
84 anim.getTransformation(startTime + 500, transformation);
85 final float alpha2 = transformation.getAlpha();
88 anim.getTransformation(startTime + 1000, transformation);
89 final float alpha3 = transformation.getAlpha()
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifFrameManager.java 14 import com.bumptech.glide.load.Transformation;
39 private Transformation<Bitmap> transformation; field in class:GifFrameManager
50 public GifFrameManager(Context context, GifDecoder decoder, Transformation<Bitmap> transformation, int targetWidth,
52 this(context, Glide.get(context).getBitmapPool(), decoder, new Handler(Looper.getMainLooper()), transformation,
57 Transformation<Bitmap> transformation, int targetWidth, int targetHeight) {
61 this.transformation = transformation;
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
EngineKey.java 7 import com.bumptech.glide.load.Transformation;
22 private final Transformation transformation; field in class:EngineKey
31 Transformation transformation, ResourceEncoder encoder, ResourceTranscoder transcoder,
38 this.transformation = transformation;
68 } else if (!transformation.getId().equals(engineKey.transformation.getId())) {
93 hashCode = 31 * hashCode + transformation.getId().hashCode()
    [all...]
DefaultResourceRunnerFactory.java 9 import com.bumptech.glide.load.Transformation;
36 Encoder<T> sourceEncoder, ResourceDecoder<T, Z> decoder, Transformation<Z> transformation,
43 cacheDecoder, fetcher, cacheSource, sourceEncoder, decoder, transformation, encoder, transcoder,
46 return new ResourceRunner<Z, R>(key, width, height, cacheLoader, cacheDecoder, transformation,
SourceResourceRunner.java 10 import com.bumptech.glide.load.Transformation;
37 private final Transformation<Z> transformation; field in class:SourceResourceRunner
49 Encoder<T> sourceEncoder, ResourceDecoder<T, Z> decoder, Transformation<Z> transformation,
61 this.transformation = transformation;
95 Resource<Z> transformed = transformation.transform(decoded, width, height);
Engine.java 13 import com.bumptech.glide.load.Transformation;
101 ResourceDecoder<T, Z> decoder, Transformation<Z> transformation, ResourceEncoder<Z> encoder,
106 EngineKey key = keyFactory.buildKey(id, width, height, cacheDecoder, decoder, transformation, encoder,
150 sourceEncoder, decoder, transformation, encoder, transcoder, priority, isMemoryCacheable, this);
  /external/glide/library/src/main/java/com/bumptech/glide/
GenericRequestBuilder.java 14 import com.bumptech.glide.load.Transformation;
56 private List<Transformation<ResourceType>> transformations = null;
57 private Transformation<ResourceType> singleTransformation = UnitTransformation.get();
138 * {@link BitmapDecoder}, and {@link Transformation}s. However, {@link #placeholder(int)} and
291 * Transform images with the given {@link Transformation}. Appends this transformation onto any existing
294 * @param transformation the transformation to apply.
298 Transformation<ResourceType> transformation) {
    [all...]
DrawableRequestBuilder.java 10 import com.bumptech.glide.load.Transformation;
97 public DrawableRequestBuilder<ModelType> bitmapTransform(Transformation<Bitmap> bitmapTransformation) {
102 public DrawableRequestBuilder<ModelType> transform(Transformation<GifBitmapWrapper> transformation) {
103 super.transform(transformation);
GifRequestBuilder.java 10 import com.bumptech.glide.load.Transformation;
94 public GifRequestBuilder<ModelType, TranscodeType> transformBitmap(Transformation<Bitmap> bitmapTransformation) {
99 public GifRequestBuilder<ModelType, TranscodeType> transform(Transformation<GifData> transformation) {
100 super.transform(transformation);
BitmapRequestBuilder.java 13 import com.bumptech.glide.load.Transformation;
156 * Note - If using a {@link Transformation} that expect bitmaps to support transparency, this should always be
199 public BitmapRequestBuilder<ModelType, TranscodeType> transform(Transformation<Bitmap> transformation) {
200 super.transform(transformation);
  /external/glide/library/src/main/java/com/bumptech/glide/request/
GenericRequest.java 10 import com.bumptech.glide.load.Transformation;
37 private Transformation<Z> transformation; field in class:GenericRequest
81 Transformation<Z> transformation,
105 transformation,
130 transformation = null;
156 Transformation<Z> transformation,
176 this.transformation = transformation
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
GalleryTest.java 45 import android.view.animation.Transformation;
151 Transformation t = new Transformation();
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
viewport.js 459 * Obtains CSS transformation for the screen image.
460 * @return {string} Transformation description.
478 * Obtains shift CSS transformation for the screen image.
480 * @return {string} Transformation description.
487 * Obtains CSS transformation that makes the rotated image fit the original
488 * image. The new rotated image that the transformation is applied to looks the
494 * @return {string} Transformation description.
511 * Obtains CSS transformation that makes the cropped image fit the original
512 * image. The new cropped image that the transformation is applied to fits to
518 * @return {string} Transformation description
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.h 278 void Transformation(int32_t contour, ByteVector* transformation);
glyph_table.cc 592 void GlyphTable::CompositeGlyph::Transformation(int32_t contour,
593 ByteVector* transformation) {
603 transformation->resize(tsize);
604 data_->ReadBytes(index, &((*transformation)[0]), 0, tsize);
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log.cc 58 enum Transformation {
76 // A transformation to apply to the data found at index arg_url_index in the
88 Transformation arg_url_transform;
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java 54 import android.view.animation.Transformation;
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
preview_panel.js 467 * @param {transform} transform Transformation to be applied to the image.
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 1106 milliseconds

12