Searched refs:setRelativeBounds (Results 1 – 6 of 6) sorted by relevance
295 new ActivityStackAttributes.Builder().setRelativeBounds(bounds).build()); in testCreateOrUpdateOverlay_sameTagTaskAndActivity_updateOverlay()315 new ActivityStackAttributes.Builder().setRelativeBounds(bounds).build()); in testCreateOrUpdateOverlay_sameTagAndTaskButNotActivity_dismissOverlay()431 new ActivityStackAttributes.Builder().setRelativeBounds(bounds).build()); in testCreateOrUpdateOverlayTaskFragmentIfNeeded_createOverlay()449 new ActivityStackAttributes.Builder().setRelativeBounds(bounds).build()); in testGetTopNonFishingTaskFragmentContainerWithoutAssociatedOverlay()658 .setRelativeBounds(new Rect(0, 0, 200, 200)) in testApplyActivityStackAttributesForOverlayContainerAssociatedWithActivity()683 .setRelativeBounds(new Rect(0, 0, 200, 200)) in testApplyActivityStackAttributesForOverlayContainerWithoutAssociatedActivity()729 .setRelativeBounds(relativeBounds) in testApplyActivityStackAttributesForOverlayContainer_exceedsMinDimensions()
159 verify(mTransaction).setRelativeBounds(any(), eq(TASK_BOUNDS)); in testResizeTaskFragment()165 verify(mTransaction, never()).setRelativeBounds(any(), any()); in testResizeTaskFragment()
617 mTransaction.setRelativeBounds(mFragmentWindowToken, new Rect(0, 0, 100, 100)); in testApplyTransaction_disallowRemoteTransitionForNonSystemOrganizer()636 mTransaction.setRelativeBounds(mFragmentWindowToken, new Rect(0, 0, 100, 100)); in testApplyTransaction_allowRemoteTransitionForSystemOrganizer()650 mTransaction.setRelativeBounds(mFragmentWindowToken, new Rect(0, 0, 100, 100)); in testApplyTransaction_enforceConfigurationChangeOnOrganizedTaskFragment()1355 mTransaction.setRelativeBounds(mFragmentWindowToken, new Rect(0, 0, 100, 100)); in testTaskFragmentInPip_setConfig()1586 mTransaction.setRelativeBounds(mFragmentWindowToken, tfBounds); in testUntrustedEmbedding_configChange()1640 mTransaction.setRelativeBounds(mTaskFragment.mRemoteToken.toWindowContainerToken(), in testMinDimensionViolation_setRelativeBounds()1716 mTransaction.setRelativeBounds(token, relBounds); in testApplyTransaction_setRelativeBounds()1738 mTransaction.setRelativeBounds(token, new Rect()); in testApplyTransaction_setRelativeBounds()1763 mTransaction.setRelativeBounds(token, taskFragmentBounds); in testUntrustedEmbedding_setRelativeBounds_adjustToTaskBounds()
313 wct.setRelativeBounds(mFragmentInfos.get(fragmentToken).getToken(), relBounds); in resizeTaskFragment()
340 public WindowContainerTransaction setRelativeBounds( in setRelativeBounds() method in WindowContainerTransaction
4361 …method @NonNull public android.window.WindowContainerTransaction setRelativeBounds(@NonNull androi…