Searched refs:a11yId (Results 1 – 2 of 2) sorted by relevance
855 TestFrameLayout(Context context, int a11yId, String contentDescription, in TestFrameLayout() argument858 mA11yId = a11yId; in TestFrameLayout()904 TestTextView(Context context, int a11yId, String contentDescription) { in TestTextView() argument906 mA11yId = a11yId; in TestTextView()
1070 private AccessibilityNodeInfo getNodeWithA11yAndWindowId(int a11yId, int windowId) { in getNodeWithA11yAndWindowId() argument1072 AccessibilityNodeInfo.obtain(getMockViewWithA11yAndWindowIds(a11yId, windowId)); in getNodeWithA11yAndWindowId()1077 private View getMockViewWithA11yAndWindowIds(int a11yId, int windowId) { in getMockViewWithA11yAndWindowIds() argument1079 when(mockView.getAccessibilityViewId()).thenReturn(a11yId); in getMockViewWithA11yAndWindowIds()