Searched refs:maxDelayRowIndex (Results 1 – 1 of 1) sorted by relevance
86 if (properties.maxDelayRowIndex == -1 || properties.maxDelayColIndex == -1) { in startAnimations()94 if (properties.maxDelayRowIndex == row && properties.maxDelayColIndex == 0) { in startAnimations()109 if (properties.maxDelayRowIndex == -1 || properties.maxDelayColIndex == -1) { in startAnimations()122 if (properties.maxDelayRowIndex == row && properties.maxDelayColIndex == col) { in startAnimations()135 mProperties.maxDelayRowIndex = -1; in getDelays()144 mProperties.maxDelayRowIndex = row; in getDelays()153 mProperties.maxDelayRowIndex = -1; in getDelays()164 mProperties.maxDelayRowIndex = row; in getDelays()245 public int maxDelayRowIndex; field in AppearAnimationUtils.AppearAnimationProperties