Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java120 private final View.OnLayoutChangeListener mMirrorViewLayoutChangeListener; field in WindowMagnificationController
199 mMirrorViewLayoutChangeListener = in WindowMagnificationController()
276 mMirrorView.removeOnLayoutChangeListener(mMirrorViewLayoutChangeListener); in deleteWindowMagnification()
447 mMirrorView.addOnLayoutChangeListener(mMirrorViewLayoutChangeListener); in createMirrorWindow()