Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java1481 mRemoteInsetsControlTarget.mRemoteInsetsController.asBinder().unlinkToDeath( in setRemoteInsetsController()
6921 private final IDisplayWindowInsetsController mRemoteInsetsController; field in RemoteInsetsControlTarget
6926 mRemoteInsetsController = controller; in RemoteInsetsControlTarget()
6940 mRemoteInsetsController.topFocusedWindowChanged(component, requestedVisibleTypes); in topFocusedWindowChanged()
6948 mRemoteInsetsController.insetsChanged( in notifyInsetsChanged()
6959 mRemoteInsetsController.insetsControlChanged(stateController.getRawInsetsState(), in notifyInsetsControlChanged()
6972 mRemoteInsetsController.showInsets(types, fromIme, statsToken); in showInsets()
6986 mRemoteInsetsController.hideInsets(types, fromIme, statsToken); in hideInsets()