Searched refs:sAutoAdvanceWidgetIds (Results 1 – 1 of 1) sorted by relevance
58 private static final SparseBooleanArray sAutoAdvanceWidgetIds = new SparseBooleanArray(); field in LauncherAppWidgetHostView243 boolean wasAutoAdvance = sAutoAdvanceWidgetIds.indexOfKey(getAppWidgetId()) >= 0; in checkIfAutoAdvance()246 sAutoAdvanceWidgetIds.put(getAppWidgetId(), true); in checkIfAutoAdvance()248 sAutoAdvanceWidgetIds.delete(getAppWidgetId()); in checkIfAutoAdvance()266 && (sAutoAdvanceWidgetIds.indexOfKey(getAppWidgetId()) >= 0); in maybeRegisterAutoAdvance()284 ADVANCE_STAGGER * sAutoAdvanceWidgetIds.indexOfKey(getAppWidgetId()); in scheduleNextAdvance()