Searched refs:selectedView (Results 1 – 1 of 1) sorted by relevance
531 View selectedView = mPopupWindow.getSelectedView(); in testAccessSelection() local532 assertNotNull(selectedView); in testAccessSelection()534 ((TextView) selectedView.findViewById(android.R.id.text1)).getText()); in testAccessSelection()546 selectedView = mPopupWindow.getSelectedView(); in testAccessSelection()547 assertNotNull(selectedView); in testAccessSelection()549 ((TextView) selectedView.findViewById(android.R.id.text1)).getText()); in testAccessSelection()