Searched refs:getFloats (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java318 boolean getFloats = (valueType == VALUE_TYPE_FLOAT);
338 getFloats = false;
341 setupValues(anim, arrayAnimator, getFloats, hasFrom, fromType, hasTo, toType);
361 setupObjectAnimator(anim, arrayObjectAnimator, getFloats, pixelSize);
408 * @param getFloats True if the value type is float.
413 boolean getFloats, float pixelSize) {
434 if (getFloats) {
470 * @param getFloats True if the value type is float.
477 boolean getFloats, boolean hasFrom, int fromType, boolean hasTo, int toType) {
480 if (getFloats) {
412 setupObjectAnimator(ValueAnimator anim, TypedArray arrayObjectAnimator, boolean getFloats, float pixelSize) argument
476 setupValues(ValueAnimator anim, TypedArray arrayAnimator, boolean getFloats, boolean hasFrom, int fromType, boolean hasTo, int toType) argument
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DVertexFrame.java83 public float[] getFloats() { method in class:VertexFrame
H A DSimpleFrame.java105 public float[] getFloats() { method in class:SimpleFrame
H A DFrame.java103 public abstract float[] getFloats(); method in class:Frame
H A DNativeFrame.java138 public float[] getFloats() { method in class:NativeFrame
H A DGLFrame.java200 public float[] getFloats() { method in class:GLFrame
202 flushGPU("getFloats");
H A DSerializedFrame.java220 public float[] getFloats() { method in class:SerializedFrame
/frameworks/base/core/java/android/util/
H A DPathParser.java63 float[] val = getFloats(s);
166 private static float[] getFloats(String s) { method in class:PathParser

Completed in 480 milliseconds