Home
last modified time | relevance | path

Searched refs:screenRect (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DManageEducationView.kt107 expandedView.taskView?.setObscuredTouchRect(Rect(positioner.screenRect)) in show()
164 positioner.screenRect.right - in layoutManageView()
199 positioner.screenRect.right - manageButtonRect.right - manageButtonMargin in layoutManageView()
DStackEducationView.kt171 translationX = (positioner.screenRect.right - width - stackPadding).toFloat() in show()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotViewProxy.kt46 fun createScreenshotDropInAnimation(screenRect: Rect, showFlash: Boolean): Animator in reset()
DLegacyScreenshotViewProxy.kt107 override fun createScreenshotDropInAnimation(screenRect: Rect, showFlash: Boolean): Animator = in reset()
108 view.createScreenshotDropInAnimation(screenRect, showFlash) in reset()
DScreenshotShelfViewProxy.kt149 override fun createScreenshotDropInAnimation(screenRect: Rect, showFlash: Boolean): Animator { in <lambda>()
151 animationController.getEntranceAnimation(screenRect, showFlash) { in <lambda>()
DScreenshotController.java780 private void startAnimation(Rect screenRect, boolean showFlash, Runnable onAnimationComplete) { in startAnimation() argument
786 mViewProxy.createScreenshotDropInAnimation(screenRect, showFlash); in startAnimation()
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubblePositionerTest.kt537 .isEqualTo(positioner.screenRect.width() - paddings[0] - paddings[2]) in testGetTaskViewContentWidth_onLeft()
547 .isEqualTo(positioner.screenRect.width() - paddings[0] - paddings[2]) in testGetTaskViewContentWidth_onRight()
651 positioner.screenRect.height() / 2f - positioner.bubbleSize / 2f
661 positioner.screenRect.height()