Searched refs:perDisplayBoundsCache (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/tests/src/com/android/launcher3/ |
D | AbstractDeviceProfileTest.kt | 125 val perDisplayBoundsCache = mapOf(displayInfo to windowsBounds) in initializeVarsForPhone() constant 128 perDisplayBoundsCache, in initializeVarsForPhone() 145 val perDisplayBoundsCache = mapOf(displayInfo to windowsBounds) in initializeVarsForTablet() constant 148 perDisplayBoundsCache, in initializeVarsForTablet() 182 val perDisplayBoundsCache = in initializeVarsForTwoPanel() constant 186 perDisplayBoundsCache, in initializeVarsForTwoPanel() 259 perDisplayBoundsCache: Map<CachedDisplayInfo, Array<WindowBounds>>, in initializeCommonVars() 265 val windowsBounds = perDisplayBoundsCache[displayInfo]!! in initializeCommonVars() 286 val info = DisplayController.Info(context, windowManagerProxy, perDisplayBoundsCache) in initializeCommonVars()
|
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/util/ |
D | TaskViewSimulatorTest.java | 169 ArrayMap<CachedDisplayInfo, WindowBounds[]> perDisplayBoundsCache = in verifyNoTransforms() local 171 perDisplayBoundsCache.put(cdi.normalize(), allBounds); in verifyNoTransforms() 174 helper.sandboxContext, wmProxy, perDisplayBoundsCache); in verifyNoTransforms()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | DisplayController.java | 330 Map<CachedDisplayInfo, WindowBounds[]> perDisplayBoundsCache) { in Info() argument 343 mPerDisplayBounds.putAll(perDisplayBoundsCache); in Info()
|