Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityWindowsPopulator.java366 final MagnificationSpec currentSpec = mCurrentMagnificationSpec.get(displayId); in findMagnificationSpecInverseMatrixIfNeeded() local
367 if (currentSpec == null) { in findMagnificationSpecInverseMatrixIfNeeded()
371 currentMagnificationSpec.setTo(currentSpec); in findMagnificationSpecInverseMatrixIfNeeded()