Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java180 private final View.OnLayoutChangeListener mMirrorSurfaceViewLayoutChangeListener; field in WindowMagnificationController
308 mMirrorSurfaceViewLayoutChangeListener = in WindowMagnificationController()
429 mMirrorSurfaceView.removeOnLayoutChangeListener(mMirrorSurfaceViewLayoutChangeListener); in deleteWindowMagnification()
614 mMirrorSurfaceView.addOnLayoutChangeListener(mMirrorSurfaceViewLayoutChangeListener); in createMirrorWindow()