Searched refs:mScreenBounds (Results 1 – 4 of 4) sorted by relevance
42 private RectF mScreenBounds = new RectF(); field in CropView299 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()
311 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 …]
1098 FloatRect mScreenBounds; variable
183 private Rect mScreenBounds = new Rect(); field in BubbleController758 || !newConfig.windowConfiguration.getBounds().equals(mScreenBounds)) { in onConfigChanged()760 mScreenBounds.set(newConfig.windowConfiguration.getBounds()); in onConfigChanged()