Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java1149 NonConfigInstance lastInstance = (NonConfigInstance) getLastNonConfigurationInstance(); in restoreState()
1426 NonConfigInstance instance = new NonConfigInstance(); in onRetainNonConfigurationInstance()
2908 NonConfigInstance lastInstance = (NonConfigInstance) getLastNonConfigurationInstance(); in crossFadeWithPreviousAppearance()
2944 private static class NonConfigInstance { class in Launcher