Home
last modified time | relevance | path

Searched refs:getLayoutInflater (Results 1 – 9 of 9) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DQualifiersTest.java82 …View view = Robolectric.setupActivity(Activity.class).getLayoutInflater().inflate(R.layout.layout_… in inflateLayout_defaultsTo_sw320dp()
91 …View view = Robolectric.setupActivity(Activity.class).getLayoutInflater().inflate(R.layout.layout_… in inflateLayout_overridesTo_sw720dp()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DAboutActivity.java35 View view = getLayoutInflater().inflate(R.layout.about_activity, null); in onCreate()
DPlayerBufferPeriodActivity.java36 View view = getLayoutInflater().inflate(R.layout.player_buffer_period_activity, null); in onCreate()
DRecorderBufferPeriodActivity.java38 View view = getLayoutInflater().inflate(R.layout.recorder_buffer_period_activity, null); in onCreate()
DSettingsActivity.java71 View view = getLayoutInflater().inflate(R.layout.settings_activity, null); in onCreate()
427 View puLayout = this.getLayoutInflater().inflate(R.layout.report_window, null); in onButtonHelp()
DLoopbackActivity.java512 View view = getLayoutInflater().inflate(R.layout.main_activity, null); in onCreate()
1772 View puLayout = this.getLayoutInflater().inflate(R.layout.report_window, null); in onButtonGlitches()
1802 View puLayout = this.getLayoutInflater().inflate(R.layout.report_window, null); in onButtonReport()
1830 View puLayout = this.getLayoutInflater().inflate(R.layout.heatmap_window, null); in onButtonHeatMap()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowDialogTest.java70 assertNotNull(dialog.getLayoutInflater()); in shouldGetLayoutInflater()
182 dialog.setContentView(dialog.getLayoutInflater().inflate(R.layout.main, null)); in shouldFindViewsWithinAContentViewThatWasPreviouslySet()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowActivity.java304 protected LayoutInflater getLayoutInflater() { in getLayoutInflater() method in ShadowActivity
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptEditor.java331 View v = getLayoutInflater().inflate(R.layout.findreplace, null); in onCreateDialog()