Searched refs:mWindowInsetChangeRunnable (Results 1 – 3 of 3) sorted by relevance
80 private final Runnable mWindowInsetChangeRunnable; field in MagnificationModeSwitch166 mWindowInsetChangeRunnable = this::onWindowInsetChanged; in MagnificationModeSwitch()170 if (!mImageView.getHandler().hasCallbacks(mWindowInsetChangeRunnable)) { in MagnificationModeSwitch()171 mImageView.getHandler().post(mWindowInsetChangeRunnable); in MagnificationModeSwitch()
80 private final Runnable mWindowInsetChangeRunnable; field in WindowMagnificationSettings151 mWindowInsetChangeRunnable = this::onWindowInsetChanged; in WindowMagnificationSettings()560 && !mSettingView.getHandler().hasCallbacks(mWindowInsetChangeRunnable)) { in inflateView()561 mSettingView.getHandler().post(mWindowInsetChangeRunnable); in inflateView()
196 private final Runnable mWindowInsetChangeRunnable; field in WindowMagnificationController309 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()