OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rotateButton
(Results
1 - 3
of
3
) sorted by null
/development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
ViewAnimations.java
52
final Button
rotateButton
= (Button) findViewById(R.id.
rotateButton
);
85
setupAnimation(
rotateButton
, rotateAnimation, R.anim.rotate_anim);
/development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java
51
final Button
rotateButton
= (Button) findViewById(R.id.
rotateButton
);
69
ObjectAnimator.ofFloat(
rotateButton
, View.ROTATION, 360);
89
setupAnimation(
rotateButton
, rotateAnimation, R.animator.spin);
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
CameraInputController.java
31
public int
rotateButton
= Buttons.LEFT;
178
if (button ==
rotateButton
) {
Completed in 362 milliseconds