Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java179 private final View.OnLayoutChangeListener mMirrorViewLayoutChangeListener; field in WindowMagnificationController
301 mMirrorViewLayoutChangeListener = in WindowMagnificationController()
434 mMirrorView.removeOnLayoutChangeListener(mMirrorViewLayoutChangeListener); in deleteWindowMagnification()
622 mMirrorView.addOnLayoutChangeListener(mMirrorViewLayoutChangeListener); in createMirrorWindow()