Home | History | Annotate | Download | only in providers

Lines Matching defs:autoAdvance

523              * be one of the values in {@link UIProvider.AutoAdvance}
2194 public static final class AutoAdvance {
2212 final int autoAdvance;
2215 autoAdvance = NEWER;
2217 autoAdvance = OLDER;
2219 autoAdvance = LIST;
2221 autoAdvance = UNSET;
2224 return autoAdvance;
2227 public static String getAutoAdvanceStr(int autoAdvance) {
2230 switch (autoAdvance) {