Home | History | Annotate | Download | only in views

Lines Matching refs:animate

246                 // Set the dim to 0 so we can animate it in
251 // Move the task view off screen (below) so we can animate it in
256 // Move the task view off screen (below) so we can animate it in
275 // Animate the dim/overlay
277 // Animate the thumbnail alpha before the dim animation (to prevent updating the
295 // Animate the action button in
299 // Animate the task up if it was occluding the launch target
303 animate().alpha(1f)
323 // Animate the tasks up
331 animate().translationZ(transform.translationZ);
333 animate()
366 // Animate the action button in
367 mActionButtonView.animate().alpha(1f)
376 animate()
396 // Animate the thumbnail alpha back into full opacity for the window animation out
399 // Animate the dim
407 // Animate the action button away
410 mActionButtonView.animate()
414 mActionButtonView.animate()
424 // animate it away first
426 animate().alpha(0f)
442 animate().translationX(mConfig.taskViewRemoveAnimTranslationXPx)
484 // Animate out the view and call the callback
554 // Animate the dim into view as well
757 // Reset the translation of the action button before we animate it out