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

/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/libs/hwui/
H A DPathParser.cpp124 static void getFloats(std::vector<float>* outPoints, PathParser::ParseResult* result, function in namespace:android::uirenderer
188 getFloats(&points, result, pathStr, start, end);
/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java291 boolean getFloats = (valueType == VALUE_TYPE_FLOAT);
330 if (getFloats) {
492 * @param getFloats True if the value type is float.
497 boolean getFloats, float pixelSize) {
524 if (getFloats) {
560 * @param getFloats True if the value type is float.
567 boolean getFloats, boolean hasFrom, int fromType, boolean hasTo, int toType) {
570 if (getFloats) {
496 setupObjectAnimator(ValueAnimator anim, TypedArray arrayObjectAnimator, boolean getFloats, float pixelSize) argument
566 setupValues(ValueAnimator anim, TypedArray arrayAnimator, boolean getFloats, boolean hasFrom, int fromType, boolean hasTo, int toType) argument
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DPathParser.java92 float[] val = getFloats(s);
195 private static float[] getFloats(String s) { method in class:PathParser
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DPathParser_Delegate.java183 float[] val = getFloats(s);
330 private static float[] getFloats(@NonNull String s) { method in class:PathParser_Delegate

Completed in 227 milliseconds