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.java86 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()
134 mProperties.maxDelayColIndex = -1; in getDelays()
143 mProperties.maxDelayColIndex = 0; in getDelays()
152 mProperties.maxDelayColIndex = -1; in getDelays()
163 mProperties.maxDelayColIndex = col; in getDelays()
246 public int maxDelayColIndex; field in AppearAnimationUtils.AppearAnimationProperties