Searched defs:parentBounds (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TaskRecordTests.java | 179 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/ |
D | BufferStateLayer.cpp | 349 Rect parentBounds = Rect(p->getBounds(Region())); in getBufferSize() local
|
D | Layer.h | 706 virtual FloatRect computeSourceBounds(const FloatRect& parentBounds) const { in computeSourceBounds()
|
D | Layer.cpp | 364 void Layer::computeBounds(FloatRect parentBounds, ui::Transform parentTransform) { in computeBounds()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowContainer.java | 1408 final Rect parentBounds = parent.getDisplayedBounds(); in getRelativeDisplayedPosition() local
|
D | TaskRecord.java | 2226 final Rect parentBounds = in resolveOverrideConfiguration() local 2263 @NonNull Rect parentBounds, int parentOrientation) { in computeFullscreenBounds()
|
D | TaskStack.java | 467 final Rect parentBounds = parentConfig.windowConfiguration.getBounds(); in repositionSplitScreenStackAfterRotation() local
|
D | WindowState.java | 4850 final Rect parentBounds = parent.getBounds(); in getTransformationMatrix() local 5042 final Rect parentBounds = parentWindowContainer.getDisplayedBounds(); in transformFrameToSurfacePosition() local
|
D | AppWindowToken.java | 1807 final Rect parentBounds = newParentConfig.windowConfiguration.getBounds(); in calculateCompatBoundsTransformation() local
|
D | DisplayContent.java | 2729 void rotateBounds(Rect parentBounds, int oldRotation, int newRotation, Rect bounds) { in rotateBounds()
|