OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:animation2
(Results
1 - 9
of
9
) sorted by null
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TranslateAnimationTest.java
40
TranslateAnimation
animation2
= new TranslateAnimation(1, 2, 3, 4);
local
41
ShadowTranslateAnimation shadow2 = shadowOf(
animation2
);
/external/chromium_org/ui/gfx/animation/
animation_container_unittest.cc
87
TestAnimation
animation2
(&delegate2);
89
animation2
.SetContainer(container.get());
94
animation2
.Start();
/cts/tests/tests/view/src/android/view/animation/cts/
AnimationSetTest.java
100
Animation
animation2
= new ScaleAnimation(1.0f, 2.0f, 1.0f, 3.0f);
local
101
animation2
.setDuration(MEDIUM_CHILD_DURATION);
102
animationSet.addAnimation(
animation2
);
332
final Animation
animation2
= new AlphaAnimation(0.5f, 1.0f);
local
333
animationSet.addAnimation(
animation2
);
340
assertSame(
animation2
, children.get(1));
/development/samples/ApiDemos/src/com/example/android/apis/view/
Animation2.java
33
public class
Animation2
extends Activity implements
_index.html
256
<dt><a href="
Animation2
.html">2. Push</a></dt>
_package.html
140
<li>{@link com.android.samples.view.
Animation2
Example 1}</li>
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DatePickerDialog.java
240
Animation
animation2
= new AlphaAnimation(1.0f, 0.0f);
local
241
animation2
.setDuration(ANIMATION_DURATION);
242
mAnimator.setOutAnimation(
animation2
);
/external/chromium_org/tools/perf/page_sets/tough_animation_cases/
keyframed_animations.html
11
@-webkit-keyframes
animation2
{
/development/samples/ApiDemos/
AndroidManifest.xml
[
all
...]
Completed in 239 milliseconds