Searched refs:selectedView (Results 1 – 1 of 1) sorted by relevance
641 View selectedView = mPopupWindow.getSelectedView(); in testAccessSelection() local642 assertNotNull(selectedView); in testAccessSelection()644 ((TextView) selectedView.findViewById(android.R.id.text1)).getText()); in testAccessSelection()657 selectedView = mPopupWindow.getSelectedView(); in testAccessSelection()658 assertNotNull(selectedView); in testAccessSelection()660 ((TextView) selectedView.findViewById(android.R.id.text1)).getText()); in testAccessSelection()