Searched refs:sAutoAdvanceWidgetIds (Results 1 – 1 of 1) sorted by relevance
62 private static final SparseBooleanArray sAutoAdvanceWidgetIds = new SparseBooleanArray(); field in LauncherAppWidgetHostView309 boolean wasAutoAdvance = sAutoAdvanceWidgetIds.indexOfKey(getAppWidgetId()) >= 0; in checkIfAutoAdvance()312 sAutoAdvanceWidgetIds.put(getAppWidgetId(), true); in checkIfAutoAdvance()314 sAutoAdvanceWidgetIds.delete(getAppWidgetId()); in checkIfAutoAdvance()332 && (sAutoAdvanceWidgetIds.indexOfKey(getAppWidgetId()) >= 0); in maybeRegisterAutoAdvance()350 ADVANCE_STAGGER * sAutoAdvanceWidgetIds.indexOfKey(getAppWidgetId()); in scheduleNextAdvance()