HomeSort by relevance Sort by last modified time
    Searched full:transformation (Results 26 - 50 of 1320) sorted by null

12 3 4 5 6 7 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
AnimateDrawable.java 23 import android.view.animation.Transformation;
28 private Transformation mTransformation = new Transformation();
  /external/libxslt/libxslt/
documents.h 56 XSLT_LOAD_DOCUMENT = 2 /* loading document at transformation time */
64 * @ctxt: the context, either a stylesheet or a transformation context
69 * transformation API themselve, for example when an xsl:import,
  /cts/tests/tests/webkitsecurity/assets/
text-transform-nontext-node-crash.xhtml 13 <p>Tests that text transformation applied to a non-text node does not result in crash.</p>
  /external/guava/guava/src/com/google/common/base/
Charsets.java 42 * UTF-8: eight-bit UCS Transformation Format.
47 * UTF-16BE: sixteen-bit UCS Transformation Format, big-endian byte order.
52 * UTF-16LE: sixteen-bit UCS Transformation Format, little-endian byte order.
57 * UTF-16: sixteen-bit UCS Transformation Format, byte order identified by an optional byte-order
  /external/webkit/Source/WebCore/platform/graphics/openvg/
VGUtils.cpp 42 VGMatrix::VGMatrix(const AffineTransform& transformation)
44 m_data[0] = transformation.a();
45 m_data[1] = transformation.b();
47 m_data[3] = transformation.c();
48 m_data[4] = transformation.d();
50 m_data[6] = transformation.e();
51 m_data[7] = transformation.f();
70 AffineTransform transformation(
74 return transformation;
  /frameworks/base/services/java/com/android/server/wm/
AppWindowAnimator.java 10 import android.view.animation.Transformation;
28 final Transformation transformation = new Transformation(); field in class:AppWindowAnimator
49 final Transformation thumbnailTransformation = new Transformation();
80 transformation.clear();
81 transformation.setAlpha(mAppToken.reportedVisible ? 1 : 0);
90 transformation.clear();
91 transformation.setAlpha(mAppToken.reportedVisible ? 1 : 0)
    [all...]
  /libcore/luni/src/main/java/javax/xml/transform/
ErrorListener.java 37 * <p>For transformation errors, a <code>Transformer</code> must use this
41 * <code>Transformer</code> is not required to continue with the transformation
45 * errors as well as transformation errors.</p>
57 * the transformation. It should still be possible for the
64 * chooses to discontinue the transformation.
74 * <p>The transformer must continue to try and provide normal transformation
83 * chooses to discontinue the transformation.
94 * transformation after invoking this method. It should still be possible for the
103 * chooses to discontinue the transformation.
  /libcore/luni/src/main/java/javax/xml/transform/sax/
SAXTransformerFactory.java 35 * for an XMLReader used during a transformation, it should use a URIResolver
65 * ContentHandler events into a Result, based on the transformation
68 * @param src The Source of the transformation instructions.
82 * @param templates The compiled transformation instructions.
94 * ContentHandler events into a Result. The transformation
95 * is defined as an identity (or copy) transformation, for example
122 * transformation instructions.
124 * @param src The Source of the transformation instructions.
137 * @param templates The compiled transformation instructions.
  /cts/tests/tests/view/src/android/view/animation/cts/
GridLayoutAnimationControllerTest.java 32 import android.view.animation.Transformation;
129 Transformation transformation1 = new Transformation();
130 Transformation transformation2 = new Transformation();
131 Transformation transformation3 = new Transformation();
194 Transformation transformation1 = new Transformation();
195 Transformation transformation2 = new Transformation()
    [all...]
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
Adapters.java 103 * <a href="#xml-cursor-adapter-bind-data-types">transformation</a> classes.
123 * <a href="#xml-cursor-adapter-bind-data-transformation">data transformations</a> can
139 * <a href="#xml-cursor-adapter-bind-data-transformation">data transformations</a> children
165 * <a name="xml-cursor-adapter-bind-transformation"></a>
167 * <p>When defining a data binding you can specify an optional transformation by using one
179 * <a name="xml-cursor-adapter-bind-transformation-map" />
191 * <a name="xml-cursor-adapter-bind-transformation-transform"></a>
196 * <li><code>android:withExpression</code>: The transformation expression. The expression is
198 * transformation each column name is replaced by its value. All columns must have been
268 * <p>A binder is provided with a cursor transformation which may or may not be use
725 CursorTransformation transformation = mIdentity; local
835 CursorTransformation transformation = null; local
    [all...]
UrlImageBinder.java 32 public UrlImageBinder(Context context, Adapters.CursorTransformation transformation) {
33 super(context, transformation);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
anim1-expected-completion55.txt 8 android:fillBefore : When set to true, the animation transformation is applied before the animation has started. [boolean]
9 android:fillAfter : When set to true, the animation transformation is applied after the animation is over. [boolean]
anim1-expected-completion56.txt 6 android:fillBefore : When set to true, the animation transformation is applied before the animation has started. [boolean]
7 android:fillAfter : When set to true, the animation transformation is applied after the animation is over. [boolean]
  /frameworks/base/core/java/android/view/animation/
AlphaAnimation.java 26 * changing the alpha property of a {@link Transformation}
64 * Changes the alpha property of the supplied {@link Transformation}
67 protected void applyTransformation(float interpolatedTime, Transformation t) {
  /libcore/support/src/test/java/tests/security/
AlgorithmParameterSymmetricHelper.java 66 String transformation = algorithmName; local
69 transformation += "/" + blockmode;
71 cipher = Cipher.getInstance(transformation);
  /external/llvm/test/CodeGen/X86/
2011-12-26-extractelement-duplicate-load.ll 4 ; the relevant transformation doesn't know how to update
  /external/llvm/test/Transforms/InstCombine/
2012-02-28-ICmp.ll 4 ; There should be no transformation.
  /external/llvm/test/Transforms/SCCP/
atomic-load-store.ll 3 ; This transformation is safe for atomic loads and stores; check that it works.
  /external/skia/include/effects/
SkPixelXorXfermode.h 16 This transformation does not follow premultiplied conventions, therefore
  /external/freetype/src/cff/
cffobjs.h 102 /* Subglyph transformation record. */
106 FT_Fixed xx, xy; /* transformation matrix coefficients */
  /libcore/luni/src/main/java/javax/xml/transform/stream/
package.html 8 <p>This package implements stream- and URI- specific transformation APIs.
22 transformation result.</p>
  /sdk/eclipse/sites/external/
index.html 37 // separate transformation function for IE 6.0+
44 // separate transformation function for NSCP 7.1+ and Mozilla 1.4.1+
  /sdk/eclipse/sites/internal/
index.html 37 // separate transformation function for IE 6.0+
44 // separate transformation function for NSCP 7.1+ and Mozilla 1.4.1+
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
package.html 59 Every bone has a local and model space transformation. The local space
60 transformation is relative to its parent, if it has one, otherwise it is relative
61 to the model. The model space transformation is relative to model space.
62 The bones additionally have a bind pose transformation, which describes
64 All bones <em>must</em> have a bind pose transformation before they can be
73 having a transformation. For bone animations, every track is assigned to a bone,
  /external/jpeg/
transupp.h 8 * This file contains declarations for image transformation routines and
41 JXFORM_NONE, /* no transformation */
62 * basic transformation.
64 * Transpose is the only transformation that can handle partial iMCUs at the
82 * as part of this package, mainly because the transformation routines have to
108 /* Execute the actual transformation, if any */

Completed in 422 milliseconds

12 3 4 5 6 7 8 91011>>