Searched refs:sAutoAdvanceWidgetIds (Results 1 – 1 of 1) sorted by relevance
65 private static final SparseBooleanArray sAutoAdvanceWidgetIds = new SparseBooleanArray(); field in LauncherAppWidgetHostView312 boolean wasAutoAdvance = sAutoAdvanceWidgetIds.indexOfKey(getAppWidgetId()) >= 0; in checkIfAutoAdvance()315 sAutoAdvanceWidgetIds.put(getAppWidgetId(), true); in checkIfAutoAdvance()317 sAutoAdvanceWidgetIds.delete(getAppWidgetId()); in checkIfAutoAdvance()335 && (sAutoAdvanceWidgetIds.indexOfKey(getAppWidgetId()) >= 0); in maybeRegisterAutoAdvance()353 ADVANCE_STAGGER * sAutoAdvanceWidgetIds.indexOfKey(getAppWidgetId()); in scheduleNextAdvance()