OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPLINE
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/widget/
Scroller.java
70
private static final float[]
SPLINE
= new float[NB_SAMPLES + 1];
90
SPLINE
[i] = d;
92
SPLINE
[NB_SAMPLES] = 1.0f;
274
final float d_inf =
SPLINE
[index];
275
final float d_sup =
SPLINE
[index + 1];
OverScroller.java
502
mScrollerX.mState != SplineOverScroller.
SPLINE
) ||
504
mScrollerY.mState != SplineOverScroller.
SPLINE
));
567
// Duration to complete
spline
component of animation
570
// Distance to travel along
spline
animation
583
private int mState =
SPLINE
;
602
private static final int
SPLINE
= 0;
668
*
spline
interpolation. The previous duration was needed to get to oldFinal.
764
mState =
SPLINE
;
847
if (mState ==
SPLINE
) {
[
all
...]
/external/bison/tests/
testsuite
[
all
...]
Completed in 409 milliseconds