Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationItemView.java1716 ObjectAnimator height = createHeightAnimation(true); in createUndoAnimation()
1732 ObjectAnimator height = createHeightAnimation(false); in createDestroyWithSwipeAnimation()
1751 return createHeightAnimation(false); in createDestroyAnimation()
1754 private ObjectAnimator createHeightAnimation(boolean show) { in createHeightAnimation() method in ConversationItemView