Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsStateController.java551 final InsetsControlTarget controlTarget = mPendingControlChanged.valueAt(i); in notifyPendingInsetsControlChanged()
552 controlTarget.notifyInsetsControlChanged(); in notifyPendingInsetsControlChanged()
553 if (mControlTargetTypeMap.containsKey(controlTarget)) { in notifyPendingInsetsControlChanged()
555 newControlTargets.add(controlTarget); in notifyPendingInsetsControlChanged()
H A DInsetsPolicy.java494 private void updateVisibility(@Nullable InsetsControlTarget controlTarget, in updateVisibility() argument
496 setVisible(controlTarget == null || controlTarget.getRequestedVisibility(type)); in updateVisibility()
H A DDisplayPolicy.java2659 final InsetsControlTarget controlTarget = provider != null
2662 if (controlTarget == null || controlTarget == getNotificationShade()) {
2668 (controlTarget.getRequestedVisibility(ITYPE_NAVIGATION_BAR)
2670 | (controlTarget.getRequestedVisibility(ITYPE_STATUS_BAR)
2672 | (mExtraNavBarAlt != null && controlTarget.getRequestedVisibility(
2675 | (mClimateBarAlt != null && controlTarget.getRequestedVisibility(
2684 controlTarget.showInsets(Type.navigationBars(), false);
2688 if (controlTarget.canShowTransient()) {
2692 controlTarget.showInsets(restorePositionTypes, false);
2695 controlTarget.showInsets(Type.statusBars() | Type.navigationBars(), false);
H A DWindowManagerService.java7856 final InsetsControlTarget controlTarget = imeTarget.getImeControlTarget(); in showImePostLayout() local
7857 imeTarget = controlTarget.getWindow(); in showImePostLayout()
7863 .scheduleShowImePostLayout(controlTarget); in showImePostLayout()
8014 final InsetsControlTarget controlTarget = dc.getImeTarget(IME_TARGET_CONTROL); in onToggleImeRequested() local
8015 if (controlTarget != null) { in onToggleImeRequested()
8016 final WindowState w = InsetsControlTarget.asWindowOrNull(controlTarget); in onToggleImeRequested()
8017 imeControlTargetName = w != null ? w.getName() : controlTarget.toString(); in onToggleImeRequested()