Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java286 private AccessibilityNodeInfo mFocusedNode = null; field in RotaryService
973 if (mFocusedNode != null) { in onTouchEvent()
1188 if (mFocusedNode != null in handleViewFocusedEvent()
1189 && sourceNode.getWindowId() == mFocusedNode.getWindowId()) { in handleViewFocusedEvent()
1239 if (mFocusedNode != null) { in handleViewClickedEvent()
1268 if (mFocusedNode == null) { in handleViewScrolledEvent()
1273 if (mFocusedNode.equals(sourceNode)) { in handleViewScrolledEvent()
1277 sourceNode, mFocusedNode, in handleViewScrolledEvent()
1350 if (mFocusedNode == null || mFocusedNode.getWindowId() != windowId) { in handleWindowRemovedEvent()
1386 if (mFocusedNode != null && mFocusedNode.getWindowId() == windowId) { in handleWindowAddedEvent()
[all …]