Home
last modified time | relevance | path

Searched refs:openedOverviewCount (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsOnboarding.java561 int openedOverviewCount = getOpenedOverviewCount(); in incrementOpenedOverviewCount() local
562 if (openedOverviewCount >= QUICK_SCRUB_SHOW_ON_OVERVIEW_OPENED_COUNT) { in incrementOpenedOverviewCount()
565 setOpenedOverviewCount(openedOverviewCount + 1); in incrementOpenedOverviewCount()
568 private void setOpenedOverviewCount(int openedOverviewCount) { in setOpenedOverviewCount() argument
569 Prefs.putInt(mContext, OVERVIEW_OPENED_COUNT, openedOverviewCount); in setOpenedOverviewCount()