Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DMagnificationModeSwitch.java304 mDraggableWindowBounds.set(getDraggableWindowBounds()); in showButton()
351 mDraggableWindowBounds.set(getDraggableWindowBounds()); in onConfigurationChanged()
372 final Rect newBounds = getDraggableWindowBounds(); in onWindowInsetChanged()
431 private Rect getDraggableWindowBounds() { in getDraggableWindowBounds() method in MagnificationModeSwitch
H A DWindowMagnificationSettings.java373 mDraggableWindowBounds.set(getDraggableWindowBounds()); in showSettingPanel()
580 mDraggableWindowBounds.set(getDraggableWindowBounds()); in onConfigurationChanged()
589 final Rect newBounds = getDraggableWindowBounds(); in onWindowInsetChanged()
662 private Rect getDraggableWindowBounds() { in getDraggableWindowBounds() method in WindowMagnificationSettings