Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DMagnificationModeSwitch.java283 mDraggableWindowBounds.set(getDraggableWindowBounds()); in showButton()
316 mDraggableWindowBounds.set(getDraggableWindowBounds()); in onConfigurationChanged()
337 final Rect newBounds = getDraggableWindowBounds(); in onWindowInsetChanged()
409 private Rect getDraggableWindowBounds() { in getDraggableWindowBounds() method in MagnificationModeSwitch