Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DMagnificationController.java513 if (shouldNotifyMagnificationChange(displayId, MAGNIFICATION_MODE_WINDOW)) { in onSourceBoundsChanged()
532 if (shouldNotifyMagnificationChange(displayId, MAGNIFICATION_MODE_FULLSCREEN)) { in onFullScreenMagnificationChanged()
553 private boolean shouldNotifyMagnificationChange(int displayId, int changeMode) { in shouldNotifyMagnificationChange() method in MagnificationController