Home
last modified time | relevance | path

Searched defs:ConfigurationChangeListener (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/systemui/toruslib/torus-core/src/main/java/com/google/android/torus/core/content/
DConfigurationChangeListener.kt24 interface ConfigurationChangeListener { interface
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
DConfigurationChangeListener.java24 public interface ConfigurationChangeListener { interface
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/layout/
DWindowLayoutComponentImpl.java460 private final class ConfigurationChangeListener implements ComponentCallbacks { class in WindowLayoutComponentImpl
463 ConfigurationChangeListener(IBinder token) { in ConfigurationChangeListener() method in WindowLayoutComponentImpl.ConfigurationChangeListener