Searched refs:maxDelayColIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
H A DAppearAnimationUtils.java86 if (properties.maxDelayRowIndex == -1 || properties.maxDelayColIndex == -1) {
94 if (properties.maxDelayRowIndex == row && properties.maxDelayColIndex == 0) {
109 if (properties.maxDelayRowIndex == -1 || properties.maxDelayColIndex == -1) {
122 if (properties.maxDelayRowIndex == row && properties.maxDelayColIndex == col) {
134 mProperties.maxDelayColIndex = -1;
143 mProperties.maxDelayColIndex = 0;
152 mProperties.maxDelayColIndex = -1;
163 mProperties.maxDelayColIndex = col;
246 public int maxDelayColIndex; field in class:AppearAnimationUtils.AppearAnimationProperties

Completed in 86 milliseconds