Searched refs:mMagnificationSpecInverseMatrix (Results 1 – 1 of 1) sorted by relevance
77 private final SparseArray<Matrix> mMagnificationSpecInverseMatrix = new SparseArray<>(); field in AccessibilityWindowsPopulator125 inverseMatrix.set(mMagnificationSpecInverseMatrix.get(displayId)); in populateVisibleWindowsOnScreenLocked()377 mMagnificationSpecInverseMatrix.put(displayId, inverseMatrixForCurrentSpec); in findMagnificationSpecInverseMatrixIfNeeded()460 mMagnificationSpecInverseMatrix.remove(inputWindowHandle.displayId); in generateMagnificationSpecInverseMatrix()468 mMagnificationSpecInverseMatrix.put(inputWindowHandle.displayId, in generateMagnificationSpecInverseMatrix()590 dumpSparseArray(pw, prefix2, mMagnificationSpecInverseMatrix, "magnification spec matrix", in dump()601 mMagnificationSpecInverseMatrix.clear(); in releaseResources()