Home
last modified time | relevance | path

Searched refs:getContentView (Results 1 – 5 of 5) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTabHost.java95 View v = ts.getContentView(); in getCurrentView()
226 public View getContentView() { in getContentView() method in ShadowTabHost.ShadowTabSpec
DShadowActivity.java434 public View getContentView() { in getContentView() method in ShadowActivity
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTabSpecTest.java85 TextView textView = (TextView) shadowFoo.getContentView(); in shouldSetTheContentView()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DSettingsActivity.java432 (TextView) popUp.getContentView().findViewById(R.id.ReportInfo); in onButtonHelp()
DLoopbackActivity.java1778 (TextView) popUp.getContentView().findViewById(R.id.ReportInfo); in onButtonGlitches()
1808 (TextView) popUp.getContentView().findViewById(R.id.ReportInfo); in onButtonReport()
1834 ((LinearLayout) popUp.getContentView()).addView( in onButtonHeatMap()