HomeSort by relevance Sort by last modified time
    Searched refs:clickMeButton (Results 1 - 2 of 2) sorted by null

  /development/samples/devbytes/animation/LiveButton/src/com/example/android/livebutton/
LiveButton.java 46 final Button clickMeButton = (Button) findViewById(R.id.clickMe);
47 clickMeButton.animate().setDuration(200);
49 clickMeButton.setOnTouchListener(new View.OnTouchListener() {
54 clickMeButton.animate().setInterpolator(sDecelerator).
57 clickMeButton.animate().setInterpolator(sOvershooter).
  /development/samples/training/testingfun/app/src/com/example/android/testingfun/lesson3/
ClickFunActivity.java 38 final Button clickMeButton = (Button) findViewById(R.id.launch_next_activity_button);
39 clickMeButton.setOnClickListener(new View.OnClickListener() {

Completed in 67 milliseconds