Searched refs:parentBounds (Results 1 – 4 of 4) sorted by relevance
184 final Rect parentBounds = new Rect(parentTask.getBounds()); in testUntrustedModeTaskFragment_setRelativeBoundsOutsideOfParentBounds() local190 final Rect taskFragBounds = new Rect(parentBounds); in testUntrustedModeTaskFragment_setRelativeBoundsOutsideOfParentBounds()212 assertEquals(parentBounds, tf.getFullConfiguration().windowConfiguration.getBounds()); in testUntrustedModeTaskFragment_setRelativeBoundsOutsideOfParentBounds()222 final Rect parentBounds = new Rect(parentTask.getBounds()); in testUntrustedModeTaskFragment_startActivityInTaskFragmentOutsideOfParentBounds() local229 final Rect taskFragRelativeBounds = new Rect(parentBounds); in testUntrustedModeTaskFragment_startActivityInTaskFragmentOutsideOfParentBounds()
153 private void updateSplitBounds(@NonNull Rect parentBounds) { in updateSplitBounds() argument154 parentBounds.splitVertically(mPrimaryBounds, mSideBounds); in updateSplitBounds()
1413 Rect parentBounds = null; in testPopupWindowPosition()1420 parentBounds = windowInfo.bounds; in testPopupWindowPosition()1426 if (parentBounds == null) { in testPopupWindowPosition()1430 var expectedBounds = new Rect(parentBounds.left + 50, parentBounds.top + 50, in testPopupWindowPosition()1431 parentBounds.left + 100, parentBounds.top + 100); in testPopupWindowPosition()
587 Rect parentBounds = new Rect(0, 0, 100, 100); in testInflateGradientRadius() local594 gradientDrawable.setBounds(parentBounds); in testInflateGradientRadius()600 gradientDrawable.setBounds(parentBounds); in testInflateGradientRadius()