OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:objectanimator
(Results
301 - 325
of
811
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DigitalWatchFaceWearableConfigActivity.java
20
import android.animation.
ObjectAnimator
;
215
private final
ObjectAnimator
mExpandCircleAnimator;
216
private final
ObjectAnimator
mExpandLabelAnimator;
219
private final
ObjectAnimator
mShrinkCircleAnimator;
220
private final
ObjectAnimator
mShrinkLabelAnimator;
233
mShrinkCircleAnimator =
ObjectAnimator
.ofFloat(mColor, "circleRadius",
235
mShrinkLabelAnimator =
ObjectAnimator
.ofFloat(mLabel, "alpha",
240
mExpandCircleAnimator =
ObjectAnimator
.ofFloat(mColor, "circleRadius",
242
mExpandLabelAnimator =
ObjectAnimator
.ofFloat(mLabel, "alpha",
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java
22
import android.animation.
ObjectAnimator
;
169
.play(
ObjectAnimator
.ofFloat(expandedImageView, View.X, startBounds.left,
171
.with(
ObjectAnimator
.ofFloat(expandedImageView, View.Y, startBounds.top,
173
.with(
ObjectAnimator
.ofFloat(expandedImageView, View.SCALE_X, startScale, 1f))
174
.with(
ObjectAnimator
.ofFloat(expandedImageView, View.SCALE_Y, startScale, 1f));
205
.play(
ObjectAnimator
.ofFloat(expandedImageView, View.X, startBounds.left))
206
.with(
ObjectAnimator
.ofFloat(expandedImageView, View.Y, startBounds.top))
207
.with(
ObjectAnimator
209
.with(
ObjectAnimator
/frameworks/base/core/java/com/android/internal/widget/
AbsActionBarView.java
28
import android.animation.
ObjectAnimator
;
206
ObjectAnimator
anim =
ObjectAnimator
.ofFloat(this, View.ALPHA, 1);
211
ObjectAnimator
splitAnim =
ObjectAnimator
.ofFloat(mMenuView, View.ALPHA, 1);
221
ObjectAnimator
anim =
ObjectAnimator
.ofFloat(this, View.ALPHA, 0);
226
ObjectAnimator
splitAnim =
ObjectAnimator
.ofFloat(mMenuView, View.ALPHA, 0);
/packages/apps/Contacts/src/com/android/contacts/editor/
EditorAnimator.java
23
import android.animation.
ObjectAnimator
;
58
final
ObjectAnimator
fadeOutAnimator =
59
ObjectAnimator
.ofFloat(victim, View.ALPHA, 1.0f, 0.0f);
107
final
ObjectAnimator
fadeInAnimator =
ObjectAnimator
.ofFloat(
137
final
ObjectAnimator
fadeInAnimator =
ObjectAnimator
.ofFloat(
206
final
ObjectAnimator
translateAnimator =
207
ObjectAnimator
.ofFloat(child, View.TRANSLATION_Y, fromY, toY);
/developers/samples/android/ui/Interpolator/
template-params.xml
32
Material Design. It shows how an
ObjectAnimator
is used to animate two properties of a
56
<android>android.animation.
ObjectAnimator
</android>
72
and path animations. It uses an [
ObjectAnimator
][2] to animate two view properties,
/development/samples/training/AnimationsDemo/res/animator/
card_flip_left_in.xml
39
<
objectAnimator
46
<
objectAnimator
54
<
objectAnimator
card_flip_right_in.xml
39
<
objectAnimator
46
<
objectAnimator
54
<
objectAnimator
/frameworks/base/core/java/android/transition/
ChangeScroll.java
20
import android.animation.
ObjectAnimator
;
73
scrollXAnimator =
ObjectAnimator
.ofInt(view, "scrollX", startX, endX);
77
scrollYAnimator =
ObjectAnimator
.ofInt(view, "scrollY", startY, endY);
/frameworks/base/packages/SystemUI/res/anim/
trusted_state_to_error_path_3_animation.xml
19
<
objectAnimator
26
<
objectAnimator
32
<
objectAnimator
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ClipRegionActivity.java
19
import android.animation.
ObjectAnimator
;
43
ObjectAnimator
animator =
ObjectAnimator
.ofFloat(group, "clipPosition", 0.0f, 1.0f);
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
HitRectBug.java
18
import android.animation.
ObjectAnimator
;
63
ObjectAnimator
anim =
ObjectAnimator
.ofFloat(mImageView, View.ROTATION, 0, 360);
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
InvalidateActivity.java
18
import android.animation.
ObjectAnimator
;
83
ObjectAnimator
animator =
ObjectAnimator
.ofInt(this, "colorValue", 0, 255);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
TrimControllerOverlay.java
21
import android.animation.
ObjectAnimator
;
56
ObjectAnimator
anim =
ObjectAnimator
.ofFloat(mPlayPauseReplayView, "alpha", 1f, 0f);
/cts/tests/tests/graphics/res/anim/
animation_grouping_1_01.xml
20
<
objectAnimator
/development/samples/ApiDemos/res/anim/
color_animator.xml
17
<
objectAnimator
xmlns:android="http://schemas.android.com/apk/res/android"
/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
CurvedMotion.java
19
import android.animation.
ObjectAnimator
;
80
final
ObjectAnimator
anim =
ObjectAnimator
.ofObject(
116
* setter will be called by the
ObjectAnimator
given the 'buttonLoc'