Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/sidecar/
H A DSampleSidecarImpl.java51 .registerActivityLifecycleCallbacks(new NotifyOnConfigurationChanged()); in SampleSidecarImpl()
143 private final class NotifyOnConfigurationChanged extends EmptyLifecycleCallbacksAdapter { class in SampleSidecarImpl
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/layout/
H A DWindowLayoutComponentImpl.java92 .registerActivityLifecycleCallbacks(new NotifyOnConfigurationChanged()); in WindowLayoutComponentImpl()
413 private final class NotifyOnConfigurationChanged extends EmptyLifecycleCallbacksAdapter { class in WindowLayoutComponentImpl