Searched refs:mUsersScales (Results 1 – 3 of 3) sorted by relevance
50 private final SparseArray<SparseArray<Float>> mUsersScales = new SparseArray(); field in MagnificationScaleProvider99 SparseArray<Float> scales = mUsersScales.get(mCurrentUserId); in getScalesWithCurrentUser()102 mUsersScales.put(mCurrentUserId, scales); in getScalesWithCurrentUser()116 mUsersScales.remove(userId); in onUserRemoved()122 final int userCounts = mUsersScales.size(); in onDisplayRemoved()124 mUsersScales.get(i).remove(displayId); in onDisplayRemoved()
298 assertTrue(mMagnification.mUsersScales.contains(testUserId)); in onUserMagnificationScaleChanged()299 assertEquals(mMagnification.mUsersScales.get(testUserId).get(TEST_DISPLAY), in onUserMagnificationScaleChanged()
94 SparseArray<SparseArray<Float>> mUsersScales = new SparseArray(); field in Magnification423 SparseArray<Float> scales = mUsersScales.get(userId); in setUserMagnificationScale()426 mUsersScales.put(userId, scales); in setUserMagnificationScale()