Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DAnimationProps.java56 private SparseLongArray mPropStartDelay; field in AnimationProps
136 if (mPropStartDelay == null) { in setStartDelay()
137 mPropStartDelay = new SparseLongArray(); in setStartDelay()
139 mPropStartDelay.append(propertyType, startDelay); in setStartDelay()
158 if (mPropStartDelay != null) { in getStartDelay()
159 long startDelay = mPropStartDelay.get(propertyType, -1); in getStartDelay()
163 return mPropStartDelay.get(ALL, 0); in getStartDelay()