Searched refs:maxDelayRowIndex (Results 1 – 1 of 1) sorted by relevance
83 if (properties.maxDelayRowIndex == -1 || properties.maxDelayColIndex == -1) { in startAnimations()91 if (properties.maxDelayRowIndex == row && properties.maxDelayColIndex == 0) { in startAnimations()106 if (properties.maxDelayRowIndex == -1 || properties.maxDelayColIndex == -1) { in startAnimations()119 if (properties.maxDelayRowIndex == row && properties.maxDelayColIndex == col) { in startAnimations()132 mProperties.maxDelayRowIndex = -1; in getDelays()141 mProperties.maxDelayRowIndex = row; in getDelays()150 mProperties.maxDelayRowIndex = -1; in getDelays()161 mProperties.maxDelayRowIndex = row; in getDelays()242 public int maxDelayRowIndex; field in AppearAnimationUtils.AppearAnimationProperties