Searched refs:controlTarget (Results 1 – 4 of 4) sorted by relevance
551 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()
494 private void updateVisibility(@Nullable InsetsControlTarget controlTarget, in updateVisibility() argument496 setVisible(controlTarget == null || controlTarget.getRequestedVisibility(type)); in updateVisibility()
2659 final InsetsControlTarget controlTarget = provider != null2662 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);
7856 final InsetsControlTarget controlTarget = imeTarget.getImeControlTarget(); in showImePostLayout() local7857 imeTarget = controlTarget.getWindow(); in showImePostLayout()7863 .scheduleShowImePostLayout(controlTarget); in showImePostLayout()8014 final InsetsControlTarget controlTarget = dc.getImeTarget(IME_TARGET_CONTROL); in onToggleImeRequested() local8015 if (controlTarget != null) { in onToggleImeRequested()8016 final WindowState w = InsetsControlTarget.asWindowOrNull(controlTarget); in onToggleImeRequested()8017 imeControlTargetName = w != null ? w.getName() : controlTarget.toString(); in onToggleImeRequested()