Home
last modified time | relevance | path

Searched refs:rotatingButton (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
DRotatingButton.java40 final Button rotatingButton = (Button) findViewById(R.id.rotatingButton); in onCreate() local
53 rotatingButton.setTranslationX((float)progress); in onCreate()
68 rotatingButton.setTranslationY((float)progress); in onCreate()
84 rotatingButton.setScaleX((float)progress/10f); in onCreate()
100 rotatingButton.setScaleY((float)progress/10f); in onCreate()
116 rotatingButton.setRotationX((float)progress); in onCreate()
132 rotatingButton.setRotationY((float)progress); in onCreate()
148 rotatingButton.setRotation((float)progress); in onCreate()