Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
H A DManageApplications.java1019 private static final String STATE_LAST_SCROLL_INDEX = "state_last_scroll_index"; field in ManageApplications.ApplicationsAdapter
1096 mLastIndex = savedInstanceState.getInt(STATE_LAST_SCROLL_INDEX); in ApplicationsAdapter()
1169 outState.putInt(STATE_LAST_SCROLL_INDEX, layoutManager.findFirstVisibleItemPosition()); in onSaveInstanceState()