Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DPossibleDisplayInfoMapperTests.java62 mDisplayInfoMapper = mWm.mPossibleDisplayInfoMapper; in setUp()
/frameworks/base/services/core/java/com/android/server/wm/
DRootWindowContainer.java2781 mWmService.mPossibleDisplayInfoMapper.removePossibleDisplayInfos(displayId); in onDisplayAdded()
2803 mWmService.mPossibleDisplayInfoMapper.removePossibleDisplayInfos(displayId); in onDisplayRemoved()
2823 mWmService.mPossibleDisplayInfoMapper.removePossibleDisplayInfos(displayId); in clearDisplayInfoCaches()
DWindowManagerService.java1107 final PossibleDisplayInfoMapper mPossibleDisplayInfoMapper; field in WindowManagerService
1295 mPossibleDisplayInfoMapper = new PossibleDisplayInfoMapper(mDisplayManagerInternal); in WindowManagerService()
9630 return mPossibleDisplayInfoMapper.getPossibleDisplayInfos(displayId); in getPossibleDisplayInfo()
9640 return mPossibleDisplayInfoMapper.getPossibleDisplayInfos(displayId); in getPossibleDisplayInfoLocked()