OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CubicBezierInterpolator
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/util/
CubicBezierInterpolator.java
25
public class
CubicBezierInterpolator
implements Interpolator {
31
public
CubicBezierInterpolator
(final float x1, final float y1, final float x2, final float y2) {
UiUtils.java
77
public static final Interpolator DEFAULT_INTERPOLATOR = new
CubicBezierInterpolator
(
80
public static final Interpolator EASE_IN_INTERPOLATOR = new
CubicBezierInterpolator
(
83
public static final Interpolator EASE_OUT_INTERPOLATOR = new
CubicBezierInterpolator
(
Completed in 49 milliseconds