Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java121 private final View.OnLayoutChangeListener mMirrorSurfaceViewLayoutChangeListener; field in WindowMagnificationController
206 mMirrorSurfaceViewLayoutChangeListener = in WindowMagnificationController()
271 mMirrorSurfaceView.removeOnLayoutChangeListener(mMirrorSurfaceViewLayoutChangeListener); in deleteWindowMagnification()
439 mMirrorSurfaceView.addOnLayoutChangeListener(mMirrorSurfaceViewLayoutChangeListener); in createMirrorWindow()