OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toongame
(Results
1 - 3
of
3
) sorted by null
/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
SkewableTextView.java
17
package com.example.android.
toongame
;
ToonGame.java
17
package com.example.android.
toongame
;
53
public class
ToonGame
extends Activity {
146
Intent intent = new Intent(
ToonGame
.this,
PlayerSetupActivity.java
17
package com.example.android.
toongame
;
47
* This activity, launched from the
ToonGame
activity, takes the user between three
116
v.animate().setDuration(
ToonGame
.SHORT_DURATION).
120
v.animate().setDuration(
ToonGame
.SHORT_DURATION).
278
mContainer.animate().setDuration(
ToonGame
.LONG_DURATION).withEndAction(new Runnable() {
327
currentMover.setDuration(
ToonGame
.MEDIUM_DURATION);
337
nextMover.setDuration(
ToonGame
.MEDIUM_DURATION);
Completed in 132 milliseconds