Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DMagnificationModeSwitch.java74 private final Runnable mWindowInsetChangeRunnable; field in MagnificationModeSwitch
147 mWindowInsetChangeRunnable = this::onWindowInsetChanged; in MagnificationModeSwitch()
151 if (!mImageView.getHandler().hasCallbacks(mWindowInsetChangeRunnable)) { in MagnificationModeSwitch()
152 mImageView.getHandler().post(mWindowInsetChangeRunnable); in MagnificationModeSwitch()
H A DWindowMagnificationController.java124 private final Runnable mWindowInsetChangeRunnable; field in WindowMagnificationController
228 mWindowInsetChangeRunnable = this::onWindowInsetChanged; in WindowMagnificationController()
450 if (!mHandler.hasCallbacks(mWindowInsetChangeRunnable)) { in createMirrorWindow()
451 mHandler.post(mWindowInsetChangeRunnable); in createMirrorWindow()