Searched refs:mWindowId (Results 1 – 6 of 6) sorted by relevance
51 private int mWindowId = UNDEFINED_WINDOW_ID; field in AccessibilityClickableSpan120 mWindowId = accessibilityNodeInfo.getWindowId(); in copyConnectionDataFrom()136 if ((mWindowId == UNDEFINED_WINDOW_ID) || (mSourceNodeId == UNDEFINED_NODE_ID) in onClick()143 client.performAccessibilityAction(mConnectionId, mWindowId, mSourceNodeId, in onClick()
997 private int mWindowId; field in AccessibilityWindowManagerTest.WindowIdMatcher1001 mWindowId = windowId; in WindowIdMatcher()1010 return event.getWindowId() == mWindowId; in matchesSafely()1015 description.appendText("Matching to windowId " + mWindowId); in describeTo()
791 private final int mWindowId; field in AccessibilityWindowManager.RemoteAccessibilityConnection798 mWindowId = windowId; in RemoteAccessibilityConnection()829 removeAccessibilityInteractionConnectionLocked(mWindowId, mUserId); in binderDied()
286 final WindowId mWindowId; field in WindowState871 mWindowId = new WindowId(this); in WindowState()3519 obs.focusGained(mWindowId.asBinder()); in reportFocusChangedSerialized()3521 obs.focusLost(mWindowId.asBinder()); in reportFocusChangedSerialized()
2089 return window != null ? window.mWindowId : null; in getWindowId()
20379 if (ai.mWindowId == null) { in getWindowId()20383 ai.mWindowId = new WindowId(ai.mIWindowId); in getWindowId()20388 return ai.mWindowId; in getWindowId()28798 WindowId mWindowId; field in View.AttachInfo