Searched refs:tabHost (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/support/ |
H A D | FragmentTabHostUtil.java | 48 public static void setup(TabHost tabHost, Context context) { in setup() argument 55 tabHost.getClass().getClassLoader()); in setup() 68 invoke(getMethod(tabHost.getClass(), "setup", Context.class, in setup() 69 fragmentManager, int.class), tabHost, context, null, in setup() local
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
H A D | RenderSessionImpl.java | 824 private void setupTabHost(TabHost tabHost, LayoutlibCallback layoutlibCallback) in setupTabHost() argument 827 View v = tabHost.findViewById(android.R.id.tabs); in setupTabHost() 840 v = tabHost.findViewById(android.R.id.tabcontent); in setupTabHost() 863 if (isInstanceOf(tabHost, FragmentTabHostUtil.CN_FRAGMENT_TAB_HOST)) { in setupTabHost() 864 FragmentTabHostUtil.setup(tabHost, getContext()); in setupTabHost() 866 tabHost.setup(); in setupTabHost() 871 TabSpec spec = tabHost.newTabSpec("tag") in setupTabHost() 872 .setIndicator("Tab Label", tabHost.getResources() in setupTabHost() 875 tabHost.addTab(spec); in setupTabHost() 889 tabHost.addTab(tabHost.newTabSpec(tabSpec).setIndicator(name).setContent(id)); in setupTabHost()
|
/aosp12/frameworks/base/core/java/com/android/internal/app/ |
H A D | ResolverActivity.java | 1626 tabHost.setup(); 1632 tabHost.addTab(tabSpec); 1634 tabSpec = tabHost.newTabSpec(TAB_TAG_WORK) 1637 tabHost.addTab(tabSpec); 1639 TabWidget tabWidget = tabHost.getTabWidget(); 1642 updateActiveTabStyle(tabHost); 1644 tabHost.setOnTabChangedListener(tabId -> { 1646 updateActiveTabStyle(tabHost); 1668 tabHost.setCurrentTab(index); 1743 private void updateActiveTabStyle(TabHost tabHost) { [all …]
|
/aosp12/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/android/layoutlib/test/myapplication/ |
H A D | R$id.class | R.java
package com.android.layoutlib.test.myapplication
public final com.android. ... |