Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DMagnificationController.java508 if (shouldNotifyMagnificationChange(displayId, MAGNIFICATION_MODE_WINDOW)) { in onSourceBoundsChanged()
526 if (shouldNotifyMagnificationChange(displayId, MAGNIFICATION_MODE_FULLSCREEN)) { in onFullScreenMagnificationChanged()
547 private boolean shouldNotifyMagnificationChange(int displayId, int changeMode) { in shouldNotifyMagnificationChange() method in MagnificationController