OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:anim3
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Browser/src/com/android/browser/
NavigationBarTablet.java
276
Animator
anim3
= ObjectAnimator.ofFloat(mNavButtons, View.ALPHA, 1f, 0f);
local
278
mAnimation.playTogether(anim1, anim2,
anim3
);
302
Animator
anim3
= ObjectAnimator.ofFloat(mNavButtons, View.ALPHA,
local
305
combo.playTogether(anim1, anim2,
anim3
);
/external/chromium_org/third_party/WebKit/Source/core/animation/
DocumentTimelineTest.cpp
241
RefPtr<Animation>
anim3
= Animation::create(element.get(), KeyframeAnimationEffect::create(KeyframeAnimationEffect::KeyframeVector()), timingBackwardFillDelay);
local
246
timeline->play(
anim3
.get());
/frameworks/base/core/java/android/transition/
Crossfade.java
249
Animator
anim3
= ObjectAnimator.ofObject(endDrawable, "bounds",
local
251
set.playTogether(
anim3
);
Completed in 2167 milliseconds