Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java778 ChangeBounds boundsTransition = new ChangeBounds(); in expand() local
779 boundsTransition.setDuration(DURATION_EXPAND_ANIMATION_CHANGE_BOUNDS); in expand()
786 transitionSet.addTransition(boundsTransition); in expand()