Searched refs:initialPlayTime (Results 1 – 1 of 1) sorted by relevance
125 long initialPlayTime = getInitialPlayTime(propertyType); in apply() local126 if (initialPlayTime != 0) { in apply()127 animator.setCurrentPlayTime(initialPlayTime); in apply()146 public AnimationProps setInitialPlayTime(@PropType int propertyType, int initialPlayTime) { in setInitialPlayTime() argument150 mPropInitialPlayTime.append(propertyType, initialPlayTime); in setInitialPlayTime()