Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsPolicy.java493 mDisplayContent.mRemoteInsetsControlTarget.topFocusedWindowChanged( in getStatusControlTarget()
495 return mDisplayContent.mRemoteInsetsControlTarget; in getStatusControlTarget()
553 mDisplayContent.mRemoteInsetsControlTarget.topFocusedWindowChanged( in getNavControlTarget()
555 return mDisplayContent.mRemoteInsetsControlTarget; in getNavControlTarget()
621 if (mDisplayContent == null || mDisplayContent.mRemoteInsetsControlTarget == null) { in remoteInsetsControllerControlsSystemBars()
H A DEmbeddedWindowController.java331 return mWmService.getDefaultDisplayContentLocked().mRemoteInsetsControlTarget; in getImeControlTarget()
H A DDisplayContent.java716 RemoteInsetsControlTarget mRemoteInsetsControlTarget = null; field in DisplayContent
720 mRemoteInsetsControlTarget = null;
1480 if (mRemoteInsetsControlTarget != null) { in setRemoteInsetsController()
1481 mRemoteInsetsControlTarget.mRemoteInsetsController.asBinder().unlinkToDeath( in setRemoteInsetsController()
1483 mRemoteInsetsControlTarget = null; in setRemoteInsetsController()
1488 mRemoteInsetsControlTarget = new RemoteInsetsControlTarget(controller); in setRemoteInsetsController()
2135 if (mRemoteInsetsControlTarget != null) { in notifyInsetsChanged()
2136 mRemoteInsetsControlTarget.notifyInsetsChanged(); in notifyInsetsChanged()
4205 return statusBar != null ? statusBar : defaultDc.mRemoteInsetsControlTarget; in getImeFallback()
4716 if (!isImeControlledByApp() && mRemoteInsetsControlTarget != null in computeImeControlTarget()
[all …]
H A DWindowManagerService.java4514 if (dc == null || dc.mRemoteInsetsControlTarget == null) { in updateDisplayWindowRequestedVisibleTypes()
4517 dc.mRemoteInsetsControlTarget.setRequestedVisibleTypes(requestedVisibleTypes); in updateDisplayWindowRequestedVisibleTypes()
4519 dc.mRemoteInsetsControlTarget); in updateDisplayWindowRequestedVisibleTypes()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowStateTests.java1151 assertEquals(mDisplayContent.mRemoteInsetsControlTarget, in testUpdateImeControlTargetWhenLeavingMultiWindow()