HomeSort by relevance Sort by last modified time
    Searched refs:getTabContentView (Results 1 - 14 of 14) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
TabHostTest.java 82 assertNull(tabHost.getTabContentView());
85 assertNotNull(tabHost.getTabContentView());
115 assertNull(tabHost.getTabContentView());
118 assertNotNull(tabHost.getTabContentView());
180 assertEquals(3, tabHost.getTabContentView().getChildCount());
192 assertEquals(0, tabHost.getTabContentView().getChildCount());
289 assertEquals(3, tabHost.getTabContentView().getChildCount());
291 TextView child0 = (TextView) tabHost.getTabContentView().getChildAt(0);
294 assertTrue(tabHost.getTabContentView().getChildAt(1) instanceof ListView);
295 TextView child2 = (TextView) tabHost.getTabContentView().getChildAt(2)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Tabs1.java 38 LayoutInflater.from(this).inflate(R.layout.tabs1, tabHost.getTabContentView(), true);
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 244 View content = mTabHost.getTabContentView();
279 View content = mTabHost.getTabContentView();
  /packages/apps/Launcher2/src/com/android/launcher2/
FocusHelper.java 88 final ViewGroup contents = tabHost.getTabContentView();
444 final ViewGroup contents = tabHost.getTabContentView();
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 87 final ViewGroup contents = tabHost.getTabContentView();
443 final ViewGroup contents = tabHost.getTabContentView();
    [all...]
  /frameworks/base/core/java/android/widget/
TabHost.java 296 public FrameLayout getTabContentView() {
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 

Completed in 67 milliseconds