Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityWindowsPopulator.java365 final MagnificationSpec currentSpec = mCurrentMagnificationSpec.get(displayId); in findMagnificationSpecInverseMatrixIfNeeded() local
366 if (currentSpec == null) { in findMagnificationSpecInverseMatrixIfNeeded()
370 currentMagnificationSpec.setTo(currentSpec); in findMagnificationSpecInverseMatrixIfNeeded()