Searched refs:gameOverAnim (Results 1 – 1 of 1) sorted by relevance
106 Animation gameOverAnim = new TranslateAnimation(startX, 0, 0, 0); in onCreate() local107 gameOverAnim.setDuration(6000); in onCreate()108 gameOverAnim.setFillAfter(true); in onCreate()109 gameOverAnim.setFillEnabled(true); in onCreate()110 gameOverAnim.setStartOffset(8000); in onCreate()121 gameOver.startAnimation(gameOverAnim); in onCreate()123 mAnimationEndTime = gameOverAnim.getDuration() + System.currentTimeMillis(); in onCreate()137 Animation gameOverAnim = AnimationUtils.loadAnimation(this, R.anim.rokudou_game_over); in onCreate() local143 gameOver.startAnimation(gameOverAnim); in onCreate()144 mAnimationEndTime = gameOverAnim.getDuration() + System.currentTimeMillis(); in onCreate()