OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createAnimation
(Results
1 - 14
of
14
) sorted by null
/developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/ui/
ScaleTransition.java
27
public Animator
createAnimation
(View view, float startScale, float endScale) {
38
return
createAnimation
(view, 0, 1);
44
return
createAnimation
(view, 1, 0);
/developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/ui/
ScaleTransition.java
27
public Animator
createAnimation
(View view, float startScale, float endScale) {
38
return
createAnimation
(view, 0, 1);
44
return
createAnimation
(view, 1, 0);
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
ScaleTransition.java
27
public Animator
createAnimation
(View view, float startScale, float endScale) {
38
return
createAnimation
(view, 0, 1);
44
return
createAnimation
(view, 1, 0);
/development/samples/ApiDemos/src/com/example/android/apis/animation/
ReversingAnimation.java
78
private void
createAnimation
() {
88
createAnimation
();
93
createAnimation
();
98
createAnimation
();
AnimationSeeking.java
107
private void
createAnimation
() {
117
createAnimation
();
122
createAnimation
();
AnimatorEvents.java
118
private void
createAnimation
() {
156
createAnimation
();
161
createAnimation
();
166
createAnimation
();
CustomEvaluator.java
125
private void
createAnimation
() {
137
createAnimation
();
AnimationCloning.java
78
private void
createAnimation
() {
139
createAnimation
();
AnimationLoading.java
87
private void
createAnimation
() {
148
createAnimation
();
MultiPropertyAnimation.java
85
private void
createAnimation
() {
139
createAnimation
();
/external/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
SkottieView.java
45
mAnimation = SkottieRunner.getInstance().
createAnimation
(this, inputStream);
SkottieRunner.java
62
public SkottieAnimation
createAnimation
(TextureView view, InputStream is) {
71
public SkottieAnimation
createAnimation
(SurfaceTexture surfaceTexture, InputStream is) {
/external/skqp/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
SkottieView.java
45
mAnimation = SkottieRunner.getInstance().
createAnimation
(this, inputStream);
SkottieRunner.java
62
public SkottieAnimation
createAnimation
(TextureView view, InputStream is) {
71
public SkottieAnimation
createAnimation
(SurfaceTexture surfaceTexture, InputStream is) {
Completed in 1957 milliseconds