Searched refs:mPropStartDelay (Results 1 – 1 of 1) sorted by relevance
55 private SparseLongArray mPropStartDelay; field in AnimationProps130 if (mPropStartDelay == null) { in setStartDelay()131 mPropStartDelay = new SparseLongArray(); in setStartDelay()133 mPropStartDelay.append(propertyType, startDelay); in setStartDelay()141 if (mPropStartDelay != null) { in getStartDelay()142 long startDelay = mPropStartDelay.get(propertyType, -1); in getStartDelay()146 return mPropStartDelay.get(ALL, 0); in getStartDelay()