HomeSort by relevance Sort by last modified time
    Searched defs:TabSpec (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/widget/
TabHost.java 51 private List<TabSpec> mTabSpecs = new ArrayList<TabSpec>(2);
85 * Get a new {@link TabSpec} associated with this tab host.
88 public TabSpec newTabSpec(String tag) {
89 return new TabSpec(tag);
148 * If you are using {@link TabSpec#setContent(android.content.Intent)}, this
193 * @param tabSpec Specifies how to create the indicator and content.
195 public void addTab(TabSpec tabSpec) {
197 if (tabSpec.mIndicatorStrategy == null)
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 180 milliseconds