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.java1073 * @param tabHost the TabHost to setup.
1077 private void setupTabHost(TabHost tabHost, LayoutlibCallback layoutlibCallback) argument
1080 View v = tabHost.findViewById(android.R.id.tabs);
1093 v = tabHost.findViewById(android.R.id.tabcontent);
1116 tabHost.setup();
1120 TabSpec spec = tabHost.newTabSpec("tag")
1121 .setIndicator("Tab Label", tabHost.getResources()
1129 tabHost.addTab(spec);
1145 tabHost.addTab(tabHost
[all...]

Completed in 214 milliseconds