OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:anim2
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/animation/
DocumentTimelineTest.cpp
207
RefPtr<Animation>
anim2
= Animation::create(element.get(), KeyframeAnimationEffect::create(KeyframeAnimationEffect::KeyframeVector()), timing);
local
209
Player* player2 = timeline->play(
anim2
.get());
240
RefPtr<Animation>
anim2
= Animation::create(element.get(), KeyframeAnimationEffect::create(KeyframeAnimationEffect::KeyframeVector()), timingNoFill);
local
245
timeline->play(
anim2
.get());
/frameworks/base/core/java/android/transition/
Crossfade.java
243
Animator
anim2
= ObjectAnimator.ofObject(startDrawable, "bounds",
local
245
set.playTogether(
anim2
);
/development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationCloning.java
82
ObjectAnimator
anim2
= anim1.clone();
local
83
anim2
.setTarget(balls.get(1));
101
animation.playTogether(anim1,
anim2
, s1);
/packages/apps/Browser/src/com/android/browser/
NavigationBarTablet.java
274
Animator
anim2
= ObjectAnimator.ofInt(mUrlContainer, "left", mUrlContainer.getLeft(),
local
278
mAnimation.playTogether(anim1,
anim2
, anim3);
300
Animator
anim2
= ObjectAnimator.ofInt(mUrlContainer, "left", 0,
local
305
combo.playTogether(anim1,
anim2
, anim3);
Completed in 146 milliseconds