Searched refs:OccludingCaptionElement (Results 1 – 2 of 2) sorted by relevance
439 final RelayoutParams.OccludingCaptionElement appChipElement =440 new RelayoutParams.OccludingCaptionElement();442 appChipElement.mAlignment = RelayoutParams.OccludingCaptionElement.Alignment.START;445 final RelayoutParams.OccludingCaptionElement controlsElement =446 new RelayoutParams.OccludingCaptionElement();448 controlsElement.mAlignment = RelayoutParams.OccludingCaptionElement.Alignment.END;
59 import com.android.wm.shell.windowdecor.WindowDecoration.RelayoutParams.OccludingCaptionElement;360 final OccludingCaptionElement element = in updateCaptionInsets()473 private Rect calculateBoundingRect(@NonNull OccludingCaptionElement element, in calculateBoundingRect()671 final List<OccludingCaptionElement> mOccludingCaptionElements = new ArrayList<>();705 static class OccludingCaptionElement { class in WindowDecoration.RelayoutParams