Home
last modified time | relevance | path

Searched defs:notifyInsetsChanged (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DInsetsStateController.java468 void notifyInsetsChanged() { in notifyInsetsChanged() method in InsetsStateController
472 void notifyInsetsChanged(ArraySet<WindowState> changedWindows) { in notifyInsetsChanged() method in InsetsStateController
DInsetsPolicy.java805 public void notifyInsetsChanged() { in notifyInsetsChanged() method in InsetsPolicy.Host
DDisplayContent.java2178 void notifyInsetsChanged(Consumer<WindowState> dispatchInsetsChanged) { in notifyInsetsChanged() method in DisplayContent
6983 void notifyInsetsChanged() { in notifyInsetsChanged() method in RemoteInsetsControlTarget
DWindowState.java3682 void notifyInsetsChanged() { in notifyInsetsChanged() method in WindowState
/frameworks/base/core/java/android/view/
DViewRootInsetsControllerHost.java55 public void notifyInsetsChanged() { in notifyInsetsChanged() method in ViewRootInsetsControllerHost
DInsetsController.java99 void notifyInsetsChanged(); in notifyInsetsChanged() method
DViewRootImpl.java2559 void notifyInsetsChanged() { in notifyInsetsChanged() method in ViewRootImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/layout/
DStatusBarContentInsetsProvider.kt235 private fun notifyInsetsChanged() { in notifyInsetsChanged() method in com.android.systemui.statusbar.layout.StatusBarContentInsetsProviderImpl