OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yAnimator
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/animation/src/android/animation/cts/
AnimatorSetTest.java
44
private ObjectAnimator
yAnimator
;
58
yAnimator
= getYAnimator(object);
64
yAnimator
.setRepeatCount(0);
66
yAnimator
.setDuration(50);
67
Animator[] animatorArray = {xAnimator,
yAnimator
};
142
Animator[] animatorArray = {xAnimator,
yAnimator
};
149
assertFalse(
yAnimator
.isRunning());
154
assertTrue(
yAnimator
.isRunning());
174
yAnimator
.setRepeatCount(0);
178
yAnimator
.setDuration(50)
[
all
...]
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
BitmapUploadActivity.java
91
ObjectAnimator
yAnimator
= ObjectAnimator.ofFloat(uploadRoot, "translationY", 0, 100);
92
yAnimator
.setRepeatMode(ValueAnimator.REVERSE);
93
yAnimator
.setRepeatCount(ValueAnimator.INFINITE);
94
yAnimator
.start();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackStateAnimator.java
[
all
...]
Completed in 259 milliseconds