Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java1186 NonConfigInstance lastInstance = (NonConfigInstance) getLastNonConfigurationInstance(); in restoreState()
1449 NonConfigInstance instance = new NonConfigInstance(); in onRetainNonConfigurationInstance()
3071 NonConfigInstance lastInstance = (NonConfigInstance) getLastNonConfigurationInstance(); in crossFadeWithPreviousAppearance()
3107 private static class NonConfigInstance { class in Launcher