Home
last modified time | relevance | path

Searched refs:maxDelayColIndex (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()
131 mProperties.maxDelayColIndex = -1; in getDelays()
140 mProperties.maxDelayColIndex = 0; in getDelays()
149 mProperties.maxDelayColIndex = -1; in getDelays()
160 mProperties.maxDelayColIndex = col; in getDelays()
243 public int maxDelayColIndex; field in AppearAnimationUtils.AppearAnimationProperties