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 48 private List<TabSpec> mTabSpecs = new ArrayList<TabSpec>(2);
82 * Get a new {@link TabSpec} associated with this tab host.
85 public TabSpec newTabSpec(String tag) {
86 return new TabSpec(tag);
145 * If you are using {@link TabSpec#setContent(android.content.Intent)}, this
190 * @param tabSpec Specifies how to create the indicator and content.
192 public void addTab(TabSpec tabSpec) {
194 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 228 milliseconds