Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java1297 mRemoteInsetsControlTarget.mRemoteInsetsController.asBinder().unlinkToDeath( in setRemoteInsetsController()
6428 private final IDisplayWindowInsetsController mRemoteInsetsController; field in RemoteInsetsControlTarget
6432 mRemoteInsetsController = controller; in RemoteInsetsControlTarget()
6442 mRemoteInsetsController.topFocusedWindowChanged(packageName); in topFocusedWindowChanged()
6450 mRemoteInsetsController.insetsChanged( in notifyInsetsChanged()
6461 mRemoteInsetsController.insetsControlChanged(stateController.getRawInsetsState(), in notifyInsetsControlChanged()
6471 mRemoteInsetsController.showInsets(types, fromIme); in showInsets()
6480 mRemoteInsetsController.hideInsets(types, fromIme); in hideInsets()