Searched refs:getWindowId (Results 1 – 5 of 5) sorted by relevance
509 protected WindowId getWindowId() { in getWindowId() method in ShadowView510 return WindowIdHelper.getWindowId(this); in getWindowId()562 public static WindowId getWindowId(ShadowView shadowView) { in getWindowId() method in ShadowView.WindowIdHelper572 return shadowView.directly().getWindowId(); in getWindowId()
75 protected int getWindowId() { in getWindowId() method in ShadowAccessibilityRecord
961 protected int getWindowId() { in getWindowId() method in ShadowAccessibilityNodeInfo
845 assertThat(parent.getWindowId()).isNull(); in getWindowId_shouldReturnValidObjectWhenAttached()846 assertThat(child.getWindowId()).isNull(); in getWindowId_shouldReturnValidObjectWhenAttached()851 WindowId windowId = parent.getWindowId(); in getWindowId_shouldReturnValidObjectWhenAttached()853 assertThat(child.getWindowId()).isSameAs(windowId); in getWindowId_shouldReturnValidObjectWhenAttached()854 assertThat(child.getWindowId()).isEqualTo(windowId); // equals must work! in getWindowId_shouldReturnValidObjectWhenAttached()858 assertThat(anotherChild.getWindowId()).isEqualTo(windowId); in getWindowId_shouldReturnValidObjectWhenAttached()861 assertThat(anotherChild.getWindowId()).isNull(); in getWindowId_shouldReturnValidObjectWhenAttached()
92 assertThat(event.getWindowId()).isEqualTo(id); in setWindowId()