Home
last modified time | relevance | path

Searched refs:VALUES (Results 1 – 6 of 6) sorted by relevance

/frameworks/support/wear/src/android/support/wear/widget/
DBezierSCurveInterpolator.java44 private static final float[] VALUES = new float[]{ field in BezierSCurveInterpolator
57 private static final float STEP_SIZE = 1.0f / (VALUES.length - 1);
76 int position = Math.min((int) (input * (VALUES.length - 1)), VALUES.length - 2); in getInterpolation()
82 return VALUES[position] + weight * (VALUES[position + 1] - VALUES[position]); in getInterpolation()
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
DTwoWayBindingObject.java36 private static final String[] VALUES = { field in TwoWayBindingObject
70 this.adapter = new ArrayAdapter<>(context, android.R.layout.simple_list_item_1, VALUES); in TwoWayBindingObject()
77 for (int i = 0; i < VALUES.length; i++) { in TwoWayBindingObject()
78 map.put(VALUES[i], i + 1); in TwoWayBindingObject()
/frameworks/support/core-ui/java/android/support/v4/view/animation/
DLinearOutSlowInInterpolator.java34 private static final float[] VALUES = new float[] { field in LinearOutSlowInInterpolator
67 super(VALUES); in LinearOutSlowInInterpolator()
DFastOutLinearInInterpolator.java34 private static final float[] VALUES = new float[] { field in FastOutLinearInInterpolator
67 super(VALUES); in FastOutLinearInInterpolator()
DFastOutSlowInInterpolator.java34 private static final float[] VALUES = new float[] { field in FastOutSlowInInterpolator
67 super(VALUES); in FastOutSlowInInterpolator()
/frameworks/av/media/libstagefright/codec2/include/
DC2Param.h1079 VALUES, ///< a list of values enumerator
1103 type(flags ? FLAGS : VALUES), in C2TypedFieldSupportedValues()
1120 VALUES, ///< a list of values enumerator
1149 : type(flags ? FLAGS : VALUES), in C2FieldSupportedValues()
1158 : type(flags ? FLAGS : VALUES), in C2FieldSupportedValues()