Home
last modified time | relevance | path

Searched defs:parentBounds (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
DActivityEmbeddingAnimationSpec.java91 @NonNull Rect parentBounds) { in createChangeBoundsOpenAnimation()
119 @NonNull Rect parentBounds) { in createChangeBoundsCloseAnimation()
151 @NonNull Rect parentBounds) { in createChangeBoundsChangeAnimations()
DActivityEmbeddingAnimationRunner.java381 Rect parentBounds = new Rect(); in createChangeAnimationAdapters() local
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DTaskFragmentAnimationSpec.java89 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
DSplitPresenter.java860 final Rect parentBounds = taskConfiguration.windowConfiguration.getBounds(); in getRightContainerBounds() local
869 final Rect parentBounds = taskConfiguration.windowConfiguration.getBounds(); in getTopContainerBounds() local
878 final Rect parentBounds = taskConfiguration.windowConfiguration.getBounds(); in getBottomContainerBounds() local
904 final Rect parentBounds = taskConfiguration.windowConfiguration.getBounds(); in computeBoundaryBetweenContainers() local
/frameworks/base/core/java/android/util/
DRotationUtils.java87 public static void rotateBounds(Rect inOutBounds, Rect parentBounds, @Rotation int oldRotation, in rotateBounds()
134 public static void rotateBounds(Rect inOutBounds, Rect parentBounds, @Rotation int rotation) { in rotateBounds()
/frameworks/base/libs/hwui/
DDamageAccumulator.h75 const SkRect parentBounds; member
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskTests.java502 final Rect parentBounds = new Rect(10, 10, 200, 200); in testFitWithinBounds() local
742 final Rect parentBounds = new Rect(0, 0, 250, 500); in testComputeConfigResourceOverrides() local
1581 private void testRootTaskBoundsConfiguration(int windowingMode, Rect parentBounds, Rect bounds, in testRootTaskBoundsConfiguration()
DTaskFragmentTest.java107 final Rect parentBounds = parentConfig.windowConfiguration.getBounds(); in testOnConfigurationChanged() local
DDisplayAreaTest.java400 final Rect parentBounds = new Rect(0, 0, 100, 100); in testSetMaxBounds() local
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java3026 final Rect parentBounds = getParent().getBounds(); in initializeChangeTransition() local
3449 final Rect parentBounds = parentWindowContainer.getBounds(); in transformFrameToSurfacePosition() local
3696 final Rect parentBounds = getParent().getBounds(); in updateSurfaceRotation() local
3740 final Rect parentBounds = parent.getBounds(); in getRelativePosition() local
DTaskFragment.java2160 final Rect parentBounds = parentConfig.windowConfiguration.getBounds(); in computeConfigResourceOverrides() local
2481 @NonNull Rect parentBounds) { in translateRelativeBoundsToAbsoluteBounds()
DWindowState.java1327 final Rect parentBounds = parent.getBounds(); in setFrames() local
5033 final Rect parentBounds = parent.getBounds(); in getTransformationMatrix() local
5308 final Rect parentBounds = isStartingWindowAssociatedToTask() in transformFrameToSurfacePosition() local
DTask.java2079 final Rect parentBounds = parentConfig.windowConfiguration.getBounds(); in adjustForMinimalTaskDimensions() local
2117 final Rect parentBounds = in computeFreeformBounds() local
DActivityRecord.java8500 final Rect parentBounds = newParentConfiguration.windowConfiguration.getBounds(); in updateResolvedBoundsPosition() local
8657 private boolean orientationRespectedWithInsets(Rect parentBounds, Rect outStableBounds) { in orientationRespectedWithInsets()
8712 final Rect parentBounds = newParentConfig.windowConfiguration.getBounds(); in resolveFixedOrientationConfiguration() local
8855 final Rect parentBounds = newParentConfiguration.windowConfiguration.getBounds(); in resolveAspectRatioRestriction() local
DWindowOrganizerController.java837 final Rect parentBounds = taskFragment.getParent().getBounds(); in applyTaskFragmentChanges() local
DTransition.java2454 final Rect parentBounds = parent.getBounds(); in calculateTransitionInfo() local
/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshotBuilder.cpp944 FloatRect parentBounds = parentSnapshot.geomLayerBounds; in updateLayerBounds() local
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_RenderNode.cpp685 auto& parentBounds = result.parentBounds; in android_view_RenderNode_requestPositionUpdates() local
/frameworks/native/services/surfaceflinger/
DLayer.cpp495 void Layer::computeBounds(FloatRect parentBounds, ui::Transform parentTransform, in computeBounds()