Searched refs:selectedView (Results 1 – 1 of 1) sorted by relevance
594 View selectedView = mPopupWindow.getSelectedView(); in testAccessSelection() local595 assertNotNull(selectedView); in testAccessSelection()597 ((TextView) selectedView.findViewById(android.R.id.text1)).getText()); in testAccessSelection()609 selectedView = mPopupWindow.getSelectedView(); in testAccessSelection()610 assertNotNull(selectedView); in testAccessSelection()612 ((TextView) selectedView.findViewById(android.R.id.text1)).getText()); in testAccessSelection()