Searched refs:setContent (Results 1 – 11 of 11) sorted by relevance
46 videoDumpTab.setContent(videoDumpIntent); in onCreate()55 rgbPlayerTab.setContent(rgbPlayerIntent); in onCreate()
39 ts.setContent(tabIntent); in onCreate()
78 …mTabHost.addTab(mTabHost.newTabSpec("tab_test1").setIndicator("TAB 1").setContent(R.id.textview1));79 …mTabHost.addTab(mTabHost.newTabSpec("tab_test2").setIndicator("TAB 2").setContent(R.id.textview2));80 …mTabHost.addTab(mTabHost.newTabSpec("tab_test3").setIndicator("TAB 3").setContent(R.id.textview3));90 …<code>setIndicator()</code> to set the text for the tab button, and <code>setContent()</code> to d…
393 entity.setContent(new ChunkedInputStream(inbuffer)); in receiveResponseEntity()397 entity.setContent(new IdentityInputStream(inbuffer)); in receiveResponseEntity()401 entity.setContent(new ContentLengthInputStream(inbuffer, len)); in receiveResponseEntity()
460 public TabSpec setContent(int viewId) { in setContent() method in TabHost.TabSpec469 public TabSpec setContent(TabContentFactory contentFactory) { in setContent() method in TabHost.TabSpec477 public TabSpec setContent(Intent intent) { in setContent() method in TabHost.TabSpec
299 request.setContent(sessionDescription, in sendInvite()316 request.setContent(sessionDescription, in sendReinvite()384 response.setContent(sessionDescription, in sendInviteOk()472 request.setContent(content, in sendReferNotify()
141 .setContent(intent);148 .setContent(intent);154 .setContent(intent);169 icon for the tab, and {@link android.widget.TabHost.TabSpec#setContent(Intent)} is called to specify
1229 .setContent(new TabHost.TabContentFactory() { in setupTabHost()1249 tabHost.addTab(tabHost.newTabSpec(tabSpec).setIndicator(name).setContent(id)); in setupTabHost()
759 public Builder setContent(RemoteViews views) { in setContent() method in Notification.Builder
3634 method public android.app.Notification.Builder setContent(android.widget.RemoteViews);27153 method public android.widget.TabHost.TabSpec setContent(int);27154 … method public android.widget.TabHost.TabSpec setContent(android.widget.TabHost.TabContentFactory);27155 method public android.widget.TabHost.TabSpec setContent(android.content.Intent);43363 method public void setContent(java.io.InputStream);