Home
last modified time | relevance | path

Searched refs:mScreenBounds (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropView.java42 private RectF mScreenBounds = new RectF(); field in CropView
299 mScreenBounds = new RectF(0, 0, canvas.getWidth(), canvas.getHeight()); in onDraw()
300 mScreenBounds.inset(mMargin, mMargin); in onDraw()
314 mDisplayMatrix, mImageBounds, mScreenBounds, mRotation)) { in onDraw()
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.cpp311 return Rect{mScreenBounds}; in getScreenBounds()
353 mScreenBounds = mEffectiveTransform.transform(mBounds); in computeBounds()
1984 state.lightPos.x = (layerStackRect.width() / 2.f) - mScreenBounds.left; in prepareShadowClientComposition()
1985 state.lightPos.y -= mScreenBounds.top; in prepareShadowClientComposition()
2089 LayerProtoHelper::writeToProto(mScreenBounds, in writeToProtoDrawingState()
2227 Rect screenBounds = toNonRotatedDisplay.transform(Rect{mScreenBounds}); in fillInputFrameInfo()
2359 bool croppedByParent = bufferInScreenSpace != Rect{mScreenBounds}; in handleDropInputMode()
2432 info.touchableRegion = Region(toNonRotatedDisplay.transform(Rect{mScreenBounds})); in fillInputInfo()
2435 Region(toNonRotatedDisplay.transform(Rect{cropLayer->mScreenBounds})); in fillInputInfo()
2439 toNonRotatedDisplay.transform(Rect{cropLayer->mScreenBounds})); in fillInputInfo()
[all …]
H A DLayer.h1098 FloatRect mScreenBounds; variable
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java183 private Rect mScreenBounds = new Rect(); field in BubbleController
758 || !newConfig.windowConfiguration.getBounds().equals(mScreenBounds)) { in onConfigChanged()
760 mScreenBounds.set(newConfig.windowConfiguration.getBounds()); in onConfigChanged()