Searched refs:mWindowInsetChangeRunnable (Results 1 – 2 of 2) sorted by relevance
74 private final Runnable mWindowInsetChangeRunnable; field in MagnificationModeSwitch147 mWindowInsetChangeRunnable = this::onWindowInsetChanged; in MagnificationModeSwitch()151 if (!mImageView.getHandler().hasCallbacks(mWindowInsetChangeRunnable)) { in MagnificationModeSwitch()152 mImageView.getHandler().post(mWindowInsetChangeRunnable); in MagnificationModeSwitch()
124 private final Runnable mWindowInsetChangeRunnable; field in WindowMagnificationController228 mWindowInsetChangeRunnable = this::onWindowInsetChanged; in WindowMagnificationController()450 if (!mHandler.hasCallbacks(mWindowInsetChangeRunnable)) { in createMirrorWindow()451 mHandler.post(mWindowInsetChangeRunnable); in createMirrorWindow()