Searched refs:mContainerAnimOut (Results 1 – 1 of 1) sorted by relevance
49 private Animation mContainerAnimOut = new AlphaAnimation(1f, 0f); field in PhotoPageBottomControls77 mContainerAnimOut.setDuration(CONTAINER_ANIM_DURATION_MS); in PhotoPageBottomControls()84 mContainerAnimOut.reset(); in hide()85 mContainer.startAnimation(mContainerAnimOut); in hide()