Searched refs:mPropInitialPlayTime (Results 1 – 1 of 1) sorted by relevance
57 private SparseLongArray mPropInitialPlayTime; field in AnimationProps147 if (mPropInitialPlayTime == null) { in setInitialPlayTime()148 mPropInitialPlayTime = new SparseLongArray(); in setInitialPlayTime()150 mPropInitialPlayTime.append(propertyType, initialPlayTime); in setInitialPlayTime()224 if (mPropInitialPlayTime != null) { in getInitialPlayTime()225 if (mPropInitialPlayTime.indexOfKey(propertyType) != -1) { in getInitialPlayTime()226 return mPropInitialPlayTime.get(propertyType); in getInitialPlayTime()228 return mPropInitialPlayTime.get(ALL, 0); in getInitialPlayTime()