Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java1133 mRemoteInsetsControlTarget.mRemoteInsetsController.asBinder().unlinkToDeath( in setRemoteInsetsController()
5759 private final IDisplayWindowInsetsController mRemoteInsetsController; field in RemoteInsetsControlTarget
5762 mRemoteInsetsController = controller; in RemoteInsetsControlTarget()
5767 mRemoteInsetsController.insetsChanged( in notifyInsetsChanged()
5778 mRemoteInsetsController.insetsControlChanged(stateController.getRawInsetsState(), in notifyInsetsControlChanged()
5788 mRemoteInsetsController.showInsets(types, fromIme); in showInsets()
5797 mRemoteInsetsController.hideInsets(types, fromIme); in hideInsets()