Class ShadowTabHost

    • Constructor Detail

      • ShadowTabHost

        public ShadowTabHost()
    • Method Detail

      • addTab

        @Implementation
        protected void addTab​(TabHost.TabSpec tabSpec)
      • setCurrentTab

        @Implementation
        protected void setCurrentTab​(int index)
      • setCurrentTabByTag

        @Implementation
        protected void setCurrentTabByTag​(String tag)
      • getCurrentTab

        @Implementation
        protected int getCurrentTab()
      • getCurrentTabTag

        @Implementation
        protected String getCurrentTabTag()
      • getCurrentView

        @Implementation
        protected View getCurrentView()
      • getTabWidget

        @Implementation
        protected TabWidget getTabWidget()