OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bounceinterpolator
(Results
1 - 25
of
27
) sorted by null
1
2
/frameworks/base/core/java/android/view/animation/
BounceInterpolator.java
30
public class
BounceInterpolator
extends BaseInterpolator implements NativeInterpolatorFactory {
31
public
BounceInterpolator
() {
35
public
BounceInterpolator
(Context context, AttributeSet attrs) {
AnimationUtils.java
392
} else if (name.equals("
bounceInterpolator
")) {
393
interpolator = new
BounceInterpolator
();
/frameworks/base/core/res/res/anim/
bounce_interpolator.xml
21
<
bounceInterpolator
/>
/frameworks/base/core/res/res/interpolator/
bounce.xml
21
<
bounceInterpolator
/>
/developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardActionButton.java
25
import android.view.animation.
BounceInterpolator
;
65
.setInterpolator(new
BounceInterpolator
());
DefaultCardStreamAnimator.java
28
import android.view.animation.
BounceInterpolator
;
91
animator.setDuration(duration).setInterpolator(new
BounceInterpolator
());
/developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/cardstream/
CardActionButton.java.ftl
25
import android.view.animation.
BounceInterpolator
;
65
.setInterpolator(new
BounceInterpolator
());
DefaultCardStreamAnimator.java.ftl
28
import android.view.animation.
BounceInterpolator
;
91
animator.setDuration(duration).setInterpolator(new
BounceInterpolator
());
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardActionButton.java
25
import android.view.animation.
BounceInterpolator
;
65
.setInterpolator(new
BounceInterpolator
());
DefaultCardStreamAnimator.java
28
import android.view.animation.
BounceInterpolator
;
91
animator.setDuration(duration).setInterpolator(new
BounceInterpolator
());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
BounceInterpolator.java
24
public class
BounceInterpolator
implements Interpolator {
PanelView.java
197
mBounceInterpolator = new
BounceInterpolator
();
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/view/animation/
NativeInterpolatorFactoryHelper_Delegate.java
29
import android.view.animation.
BounceInterpolator
;
75
return sManager.addNewDelegate(new
BounceInterpolator
());
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
AnimationUtilsCompat.java
38
import android.view.animation.
BounceInterpolator
;
137
} else if (name.equals("
bounceInterpolator
")) {
138
interpolator = new
BounceInterpolator
();
/frameworks/base/libs/hwui/
Interpolator.h
70
class ANDROID_API
BounceInterpolator
: public Interpolator {
Interpolator.cpp
65
float
BounceInterpolator
::interpolate(float t) {
/development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationSeeking.java
39
import android.view.animation.
BounceInterpolator
;
111
bounceAnim.setInterpolator(new
BounceInterpolator
());
MultiPropertyAnimation.java
37
import android.view.animation.
BounceInterpolator
;
91
yBouncer.setInterpolator(new
BounceInterpolator
());
/frameworks/base/core/jni/
com_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp
47
return reinterpret_cast<jlong>(new
BounceInterpolator
());
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
FlingUpDownMethod.java
49
import android.view.animation.
BounceInterpolator
;
[
all
...]
/prebuilts/sdk/current/support/graphics/drawable/
android-support-animatedvectordrawable.jar
/prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0-sources.jar
android-all-4.2.2_r1.2-robolectric-0-sources.jar
android-all-4.3_r2-robolectric-0-sources.jar
android-all-4.4_r1-robolectric-1-sources.jar
Completed in 1457 milliseconds
1
2