/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
D | TaskFragmentAnimationSpec.java | 89 final Rect parentBounds = target.taskInfo.configuration.windowConfiguration.getBounds(); in createChangeBoundsOpenAnimation() local 116 final Rect parentBounds = target.taskInfo.configuration.windowConfiguration.getBounds(); in createChangeBoundsCloseAnimation() local 151 final Rect parentBounds = target.taskInfo.configuration.windowConfiguration.getBounds(); in createChangeBoundsChangeAnimations() local
|
D | SplitPresenter.java | 1036 final Rect parentBounds = taskConfiguration.windowConfiguration.getBounds(); in getRightContainerBounds() local 1047 final Rect parentBounds = taskConfiguration.windowConfiguration.getBounds(); in getTopContainerBounds() local 1058 final Rect parentBounds = taskConfiguration.windowConfiguration.getBounds(); in getBottomContainerBounds() local 1084 final Rect parentBounds = taskConfiguration.windowConfiguration.getBounds(); in computeBoundaryBetweenContainers() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/ |
D | ActivityEmbeddingAnimationSpec.java | 95 @NonNull Rect parentBounds) { in createChangeBoundsOpenAnimation() 123 @NonNull Rect parentBounds) { in createChangeBoundsCloseAnimation() 155 @NonNull Rect parentBounds) { in createChangeBoundsChangeAnimations()
|
D | ActivityEmbeddingAnimationRunner.java | 401 Rect parentBounds = new Rect(); in createChangeAnimationAdapters() local
|
/frameworks/base/core/java/android/util/ |
D | RotationUtils.java | 88 public static void rotateBounds(Rect inOutBounds, Rect parentBounds, @Rotation int oldRotation, in rotateBounds() 135 public static void rotateBounds(Rect inOutBounds, Rect parentBounds, @Rotation int rotation) { in rotateBounds()
|
/frameworks/base/libs/hwui/ |
D | DamageAccumulator.h | 77 const SkRect parentBounds; member
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TaskTests.java | 543 final Rect parentBounds = new Rect(10, 10, 200, 200); in testFitWithinBounds() local 810 final Rect parentBounds = new Rect(0, 0, 250, 500); in testComputeConfigResourceOverrides() local 2027 private void testRootTaskBoundsConfiguration(int windowingMode, Rect parentBounds, Rect bounds, in testRootTaskBoundsConfiguration()
|
D | DisplayAreaTest.java | 401 final Rect parentBounds = new Rect(0, 0, 100, 100); in testSetMaxBounds() local
|
D | TaskFragmentTest.java | 127 final Rect parentBounds = parentConfig.windowConfiguration.getBounds(); in testOnConfigurationChanged() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowContainer.java | 3030 final Rect parentBounds = getParent().getBounds(); in initializeChangeTransition() local 3430 final Rect parentBounds = parentWindowContainer.getBounds(); in transformFrameToSurfacePosition() local 3700 final Rect parentBounds = getParent().getBounds(); in updateSurfaceRotation() local 3744 final Rect parentBounds = parent.getBounds(); in getRelativePosition() local
|
D | TaskFragment.java | 2342 final Rect parentBounds = parentConfig.windowConfiguration.getBounds(); in computeConfigResourceOverrides() local 2673 @NonNull Rect parentBounds) { in translateRelativeBoundsToAbsoluteBounds()
|
D | ActivityRecord.java | 8774 final Rect parentBounds = newParentConfiguration.windowConfiguration.getBounds(); in updateResolvedBoundsPosition() local 8862 boolean isImmersiveMode(@NonNull Rect parentBounds) { in isImmersiveMode() 8966 private boolean orientationRespectedWithInsets(Rect parentBounds, Rect outStableBounds, in orientationRespectedWithInsets() 9024 final Rect parentBounds = newParentConfig.windowConfiguration.getBounds(); in resolveFixedOrientationConfiguration() local 9183 final Rect parentBounds = newParentConfiguration.windowConfiguration.getBounds(); in resolveAspectRatioRestriction() local
|
D | WindowState.java | 1324 final Rect parentBounds = parent.getBounds(); in setFrames() local 5076 final Rect parentBounds = parent.getBounds(); in getTransformationMatrix() local 5378 final Rect parentBounds = isStartingWindowAssociatedToTask() in transformFrameToSurfacePosition() local
|
D | Task.java | 2164 final Rect parentBounds = parentConfig.windowConfiguration.getBounds(); in adjustForMinimalTaskDimensions() local 2202 final Rect parentBounds = in computeFreeformBounds() local
|
D | WindowOrganizerController.java | 965 final Rect parentBounds = taskFragment.getParent().getBounds(); in applyTaskFragmentChanges() local
|
D | Transition.java | 2828 final Rect parentBounds = parent.getBounds(); in calculateTransitionInfo() local
|
/frameworks/native/services/surfaceflinger/FrontEnd/ |
D | LayerSnapshotBuilder.cpp | 999 FloatRect parentBounds = parentSnapshot.geomLayerBounds; in updateLayerBounds() local
|
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_RenderNode.cpp | 717 auto& parentBounds = result.parentBounds; in android_view_RenderNode_requestPositionUpdates() local
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.cpp | 493 void Layer::computeBounds(FloatRect parentBounds, ui::Transform parentTransform, in computeBounds()
|