Searched refs:mRemoteInsetsControlTarget (Results 1 – 5 of 5) sorted by relevance
493 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()
331 return mWmService.getDefaultDisplayContentLocked().mRemoteInsetsControlTarget; in getImeControlTarget()
716 RemoteInsetsControlTarget mRemoteInsetsControlTarget = null; field in DisplayContent720 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 …]
4514 if (dc == null || dc.mRemoteInsetsControlTarget == null) { in updateDisplayWindowRequestedVisibleTypes()4517 dc.mRemoteInsetsControlTarget.setRequestedVisibleTypes(requestedVisibleTypes); in updateDisplayWindowRequestedVisibleTypes()4519 dc.mRemoteInsetsControlTarget); in updateDisplayWindowRequestedVisibleTypes()
1151 assertEquals(mDisplayContent.mRemoteInsetsControlTarget, in testUpdateImeControlTargetWhenLeavingMultiWindow()