Searched refs:mContainerAnimIn (Results 1 – 1 of 1) sorted by relevance
48 private Animation mContainerAnimIn = new AlphaAnimation(0f, 1f); field in PhotoPageBottomControls76 mContainerAnimIn.setDuration(CONTAINER_ANIM_DURATION_MS); in PhotoPageBottomControls()91 mContainerAnimIn.reset(); in show()92 mContainer.startAnimation(mContainerAnimIn); in show()