HomeSort by relevance Sort by last modified time
    Searched full:animation1 (Results 1 - 7 of 7) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/view/
Animation1.java 29 public class Animation1 extends Activity implements View.OnClickListener {
_index.html 229 <dt><a href="Animation1.html">1. Shake</a></dt>
_package.html 139 <li>{@link com.android.samples.view.Animation1 Example 1}</li>
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationSetTest.java 121 Animation animation1 = new AlphaAnimation(0.0f, 1.0f); local
122 animation1.setDuration(SHORT_CHILD_DURATION);
123 animationSet.addAnimation(animation1);
450 final Animation animation1 = new AlphaAnimation(0.0f, 1.0f); local
451 animationSet.addAnimation(animation1);
459 assertSame(animation1, children.get(0));
  /frameworks/base/docs/html/guide/appendix/faq/
commontasks.jd 183 <p>The following snippet loads the com.android.samples.Animation1 class, and
186 myIntent.setClassName(&quot;com.android.samples&quot;, &quot;com.android.samples.Animation1&quot;);
    [all...]
  /frameworks/base/docs/html/resources/faq/
commontasks.jd 183 <p>The following snippet loads the com.android.samples.Animation1 class, and
186 myIntent.setClassName(&quot;com.android.samples&quot;, &quot;com.android.samples.Animation1&quot;);
    [all...]
  /development/samples/ApiDemos/
AndroidManifest.xml     [all...]

Completed in 901 milliseconds