Searched refs:mPropStartDelay (Results 1 – 1 of 1) sorted by relevance
56 private SparseLongArray mPropStartDelay; field in AnimationProps136 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()