Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
DAppearAnimationUtils.java83 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