Searched refs:translationY (Results 1 – 7 of 7) sorted by relevance
150 translationX(0).translationY(0). in runEnterAnimation()159 translationY(0).alpha(1). in runEnterAnimation()212 mTextView.animate().translationY(-mTextView.getHeight()).alpha(0). in runExitAnimation()219 translationX(mLeftDelta).translationY(mTopDelta). in runExitAnimation()
122 ObjectAnimator translationY = ObjectAnimator.ofFloat(view, "translationY", 0, view.getHeight()); in onSplashScreenExit() local123 translationY.setInterpolator(ACCELERATE); in onSplashScreenExit()131 animatorSet.playTogether(translationY, alpha, marginAnimator); in onSplashScreenExit()
71 view.animate().translationX(TX_END).translationY(TY_END); in runViewPropertyAnimator()
209 child.animate().setDuration(MOVE_DURATION).translationY(0); in animateRemoval()229 child.animate().setDuration(MOVE_DURATION).translationY(0); in animateRemoval()
48 .translationY(visible ? 0 : controlsView.getHeight()); in onCreate()
56 seekBar = (SeekBar) findViewById(R.id.translationY); in onCreate()
94 mSuggestionStrip.animate().translationY(-50).setDuration(500).start();100 mSuggestionStrip.animate().translationY(0).setDuration(500).start();