Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DAnimationProps.java125 long initialPlayTime = getInitialPlayTime(propertyType); in apply() local
126 if (initialPlayTime != 0) { in apply()
127 animator.setCurrentPlayTime(initialPlayTime); in apply()
146 public AnimationProps setInitialPlayTime(@PropType int propertyType, int initialPlayTime) { in setInitialPlayTime() argument
150 mPropInitialPlayTime.append(propertyType, initialPlayTime); in setInitialPlayTime()