Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DMagnificationModeSwitch.java80 private final Runnable mWindowInsetChangeRunnable; field in MagnificationModeSwitch
166 mWindowInsetChangeRunnable = this::onWindowInsetChanged; in MagnificationModeSwitch()
170 if (!mImageView.getHandler().hasCallbacks(mWindowInsetChangeRunnable)) { in MagnificationModeSwitch()
171 mImageView.getHandler().post(mWindowInsetChangeRunnable); in MagnificationModeSwitch()
DWindowMagnificationSettings.java80 private final Runnable mWindowInsetChangeRunnable; field in WindowMagnificationSettings
151 mWindowInsetChangeRunnable = this::onWindowInsetChanged; in WindowMagnificationSettings()
560 && !mSettingView.getHandler().hasCallbacks(mWindowInsetChangeRunnable)) { in inflateView()
561 mSettingView.getHandler().post(mWindowInsetChangeRunnable); in inflateView()
DWindowMagnificationController.java196 private final Runnable mWindowInsetChangeRunnable; field in WindowMagnificationController
309 mWindowInsetChangeRunnable = this::onWindowInsetChanged; in WindowMagnificationController()
709 if (!mHandler.hasCallbacks(mWindowInsetChangeRunnable)) { in createMirrorWindow()
710 mHandler.post(mWindowInsetChangeRunnable); in createMirrorWindow()
753 if (!mHandler.hasCallbacks(mWindowInsetChangeRunnable)) { in createWindowlessMirrorWindow()
754 mHandler.post(mWindowInsetChangeRunnable); in createWindowlessMirrorWindow()