Searched refs:contentLayout (Results 1 – 2 of 2) sorted by relevance
206 LinearLayout contentLayout = new LinearLayout(this); in onCreate() local207 contentLayout.setOrientation(LinearLayout.VERTICAL); in onCreate()211 contentLayout.addView(titleTextView); in onCreate()221 contentLayout.addView(finishActivityButton); in onCreate()222 setContentView(contentLayout); in onCreate()
308 View contentLayout = spyBaseCompatActivity.findViewById(R.id.content_layout); in testSetContentLayout() local310 assertThat(contentLayout).isNotNull(); in testSetContentLayout()