Searched defs:tabHost (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
H A DR$id.classR.java package com.android.layoutlib.test.myapplication public final com.android. ...
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java1141 * @param tabHost the TabHost to setup.
1145 private void setupTabHost(TabHost tabHost, LayoutlibCallback layoutlibCallback) argument
1148 View v = tabHost.findViewById(android.R.id.tabs);
1161 v = tabHost.findViewById(android.R.id.tabcontent);
1184 tabHost.setup();
1188 TabSpec spec = tabHost.newTabSpec("tag")
1189 .setIndicator("Tab Label", tabHost.getResources()
1197 tabHost.addTab(spec);
1213 tabHost.addTab(tabHost
[all...]

Completed in 400 milliseconds