Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DMagnificationModeSwitch.java308 mDraggableWindowBounds.set(getDraggableWindowBounds()); in showButton()
391 mDraggableWindowBounds.set(getDraggableWindowBounds()); in onConfigurationChanged()
412 final Rect newBounds = getDraggableWindowBounds(); in onWindowInsetChanged()
471 private Rect getDraggableWindowBounds() { in getDraggableWindowBounds() method in MagnificationModeSwitch
DWindowMagnificationSettings.java376 mDraggableWindowBounds.set(getDraggableWindowBounds()); in showSettingPanel()
594 mDraggableWindowBounds.set(getDraggableWindowBounds()); in onConfigurationChanged()
603 final Rect newBounds = getDraggableWindowBounds(); in onWindowInsetChanged()
676 private Rect getDraggableWindowBounds() { in getDraggableWindowBounds() method in WindowMagnificationSettings