Searched refs:getContentView (Results 1 – 11 of 11) sorted by relevance
28 if ((listView = findListView(getContentView())) == null) { in getListView()42 ListView lv = findListView(getContentView()); in setListAdapter()
52 public View getContentView() { in getContentView() method in ShadowPopupWindow159 …turn onTouchInterceptor != null && onTouchInterceptor.onTouch(realPopupWindow.getContentView(), e); in dispatchTouchEvent()
113 public View getContentView() { in getContentView() method in ShadowTabSpec
93 View v = ts.getContentView(); in getCurrentView()
267 public View getContentView() { in getContentView() method in ShadowActivity
81 TextView textView = (TextView) shadowFoo.getContentView(); in shouldSetTheContentView()
46 assertThat(popupWindow.getContentView(), is(contentView)); in testSetContentView()
372 View contentView = shadowOf(activity).getContentView(); in shouldSetContentViewWithFrameLayoutAsParent()
158 if (shadowOf(activity).getContentView() != null) { in startFragment()
395 (TextView) popUp.getContentView().findViewById(R.id.ReportInfo); in onButtonHelp()
1596 (TextView) popUp.getContentView().findViewById(R.id.ReportInfo); in onButtonGlitches()1626 (TextView) popUp.getContentView().findViewById(R.id.ReportInfo); in onButtonReport()1652 ((LinearLayout) popUp.getContentView()).addView( in onButtonHeatMap()