Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java69 public static final int DURATION_EXPAND_ANIMATION_CHANGE_BOUNDS = 300; field in ExpandingEntryCardView
779 boundsTransition.setDuration(DURATION_EXPAND_ANIMATION_CHANGE_BOUNDS); in expand()
825 DURATION_EXPAND_ANIMATION_CHANGE_BOUNDS); in expand() local
/packages/apps/Contacts/src/com/android/contacts/widget/
DMultiShrinkScroller.java581 animator.setDuration(ExpandingEntryCardView.DURATION_EXPAND_ANIMATION_CHANGE_BOUNDS); in expandHeader()