Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskRecordTests.java179 final Rect parentBounds = new Rect(10, 10, 200, 200); in testFitWithinBounds() local
446 private void testStackBoundsConfiguration(int windowingMode, Rect parentBounds, Rect bounds, in testStackBoundsConfiguration()
/frameworks/native/services/surfaceflinger/
DBufferStateLayer.cpp349 Rect parentBounds = Rect(p->getBounds(Region())); in getBufferSize() local
DLayer.h706 virtual FloatRect computeSourceBounds(const FloatRect& parentBounds) const { in computeSourceBounds()
DLayer.cpp364 void Layer::computeBounds(FloatRect parentBounds, ui::Transform parentTransform) { in computeBounds()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java1408 final Rect parentBounds = parent.getDisplayedBounds(); in getRelativeDisplayedPosition() local
DTaskRecord.java2226 final Rect parentBounds = in resolveOverrideConfiguration() local
2263 @NonNull Rect parentBounds, int parentOrientation) { in computeFullscreenBounds()
DTaskStack.java467 final Rect parentBounds = parentConfig.windowConfiguration.getBounds(); in repositionSplitScreenStackAfterRotation() local
DWindowState.java4850 final Rect parentBounds = parent.getBounds(); in getTransformationMatrix() local
5042 final Rect parentBounds = parentWindowContainer.getDisplayedBounds(); in transformFrameToSurfacePosition() local
DAppWindowToken.java1807 final Rect parentBounds = newParentConfig.windowConfiguration.getBounds(); in calculateCompatBoundsTransformation() local
DDisplayContent.java2729 void rotateBounds(Rect parentBounds, int oldRotation, int newRotation, Rect bounds) { in rotateBounds()