Home
last modified time | relevance | path

Searched refs:mContainerAnimIn (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPhotoPageBottomControls.java48 private Animation mContainerAnimIn = new AlphaAnimation(0f, 1f); field in PhotoPageBottomControls
76 mContainerAnimIn.setDuration(CONTAINER_ANIM_DURATION_MS); in PhotoPageBottomControls()
91 mContainerAnimIn.reset(); in show()
92 mContainer.startAnimation(mContainerAnimIn); in show()