OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:animation3
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/view/src/android/view/animation/cts/
AnimationSetTest.java
104
Animation
animation3
= new TranslateAnimation(0.0f, 50.0f, 0.0f, 5.0f);
local
105
animation3
.setDuration(LONG_CHILD_DURATION);
106
animationSet.addAnimation(
animation3
);
334
final Animation
animation3
= new AlphaAnimation(1.0f, 0.5f);
local
335
animationSet.addAnimation(
animation3
);
341
assertSame(
animation3
, children.get(2));
/development/samples/ApiDemos/src/com/example/android/apis/view/
Animation3.java
33
public class
Animation3
extends Activity implements AdapterView.OnItemSelectedListener {
/development/samples/ApiDemos/
AndroidManifest.xml
[
all
...]
Completed in 240 milliseconds