Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityWindowsPopulator.java373 final MagnificationSpec previousSpec = mPreviousMagnificationSpec.get(displayId); in findMagnificationSpecInverseMatrixIfNeeded() local
375 if (previousSpec == null) { in findMagnificationSpecInverseMatrixIfNeeded()
382 previousMagnificationSpec.setTo(previousSpec); in findMagnificationSpecInverseMatrixIfNeeded()