Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPhotoPageBottomControls.java50 private static final int CONTAINER_ANIM_DURATION_MS = 200; field in PhotoPageBottomControls
76 mContainerAnimIn.setDuration(CONTAINER_ANIM_DURATION_MS); in PhotoPageBottomControls()
77 mContainerAnimOut.setDuration(CONTAINER_ANIM_DURATION_MS); in PhotoPageBottomControls()