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
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
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
...]
/frameworks/base/core/java/android/widget/
OverScroller.java
500
mScrollerX.mState != SplineOverScroller.
SPLINE
) ||
502
mScrollerY.mState != SplineOverScroller.
SPLINE
));
565
// Duration to complete
spline
component of animation
568
// Distance to travel along
spline
animation
581
private int mState =
SPLINE
;
600
private static final int
SPLINE
= 0;
663
*
spline
interpolation. The previous duration was needed to get to oldFinal.
759
mState =
SPLINE
;
842
if (mState ==
SPLINE
) {
[
all
...]
Completed in 1857 milliseconds