Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
H A DWindowCacheTest.java36 private WindowCache mWindowCache; field in WindowCacheTest
40 mWindowCache = new WindowCache(); in setUp()
41 mWindowCache.saveWindowType(WINDOW_ID_1, TYPE_APPLICATION); in setUp()
42 mWindowCache.saveWindowType(WINDOW_ID_2, TYPE_SYSTEM); in setUp()
47 Integer type = mWindowCache.getWindowType(WINDOW_ID_1); in testGetWindowType()
50 mWindowCache.remove(WINDOW_ID_1); in testGetWindowType()
51 type = mWindowCache.getWindowType(WINDOW_ID_1); in testGetWindowType()
54 type = mWindowCache.getWindowType(WINDOW_ID_3); in testGetWindowType()
/aosp12/packages/apps/Car/RotaryController/src/com/android/car/rotary/
H A DRotaryService.java571 private final WindowCache mWindowCache = new WindowCache(); field in RotaryService
1302 Integer type = mWindowCache.getWindowType(windowId); in handleWindowRemovedEvent()
1304 mWindowCache.remove(windowId); in handleWindowRemovedEvent()
1331 AccessibilityNodeInfo recentFocus = mWindowCache.getMostRecentFocusedNode(); in handleWindowRemovedEvent()
1353 mWindowCache.saveWindowType(windowId, window.getType()); in handleWindowAddedEvent()
2308 Integer windowType = mWindowCache.getWindowType(targetWindowId); in maybeClearFocusInCurrentWindow()
2471 mWindowCache.saveFocusedNode(mFocusedNode.getWindowId(), mFocusedNode); in setFocusedNodeInternal()
2768 mWindowCache.setNodeCopier(nodeCopier); in setNodeCopier()
2884 mWindowCache.dump(dumpOutputStream, dumpAsProto, "windowCache", in dump()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt61768 Landroid/view/accessibility/AccessibilityCache;->mWindowCache:Landroid/util/SparseArray;