Searched refs:screenBounds (Results 1 – 2 of 2) sorted by relevance
302 Rect screenBounds = windowManager.getCurrentWindowMetrics().getBounds(); in updateStaticPrivacyIndicatorBounds() local304 mIsRtl ? screenBounds.left in updateStaticPrivacyIndicatorBounds()305 : screenBounds.right - mMaxExpandedWidth, in updateStaticPrivacyIndicatorBounds()306 screenBounds.top, in updateStaticPrivacyIndicatorBounds()307 mIsRtl ? screenBounds.left + mMaxExpandedWidth in updateStaticPrivacyIndicatorBounds()308 : screenBounds.right, in updateStaticPrivacyIndicatorBounds()309 screenBounds.top + mChipMarginTotal + mMaxExpandedHeight in updateStaticPrivacyIndicatorBounds()
993 val screenBounds = rootCandidate.endAbsBounds in <lambda>() constant996 screenBounds.left + in <lambda>()997 ((screenBounds.right - screenBounds.left) * ((1 - startingScale) / 2f)) in <lambda>()999 screenBounds.top + in <lambda>()1000 ((screenBounds.bottom - screenBounds.top) * ((1 - startingScale) / 2f)) in <lambda>()1001 val endX = screenBounds.left in <lambda>()1002 val endY = screenBounds.top in <lambda>()