HomeSort by relevance Sort by last modified time
    Searched full:tabindicator (Results 1 - 15 of 15) sorted by null

  /packages/apps/Launcher2/res/layout/
tab_widget_indicator.xml 19 style="@style/TabIndicator.AppsCustomize" />
  /packages/apps/Launcher2/res/values-port/
styles.xml 22 <style name="TabIndicator.AppsCustomize">
  /packages/apps/Launcher2/res/values-sw720dp-port/
styles.xml 21 <style name="TabIndicator.AppsCustomize">
  /packages/apps/Launcher3/res/layout/
tab_widget_indicator.xml 19 style="@style/TabIndicator.AppsCustomize" />
  /packages/apps/Launcher3/res/values-port/
styles.xml 22 <style name="TabIndicator.AppsCustomize">
  /packages/apps/Launcher3/res/values-sw720dp-port/
styles.xml 21 <style name="TabIndicator.AppsCustomize">
  /packages/apps/Launcher3/res/values-sw340dp-port/
styles.xml 29 <style name="TabIndicator.AppsCustomize">
  /packages/apps/Launcher2/res/values-sw340dp-port/
styles.xml 29 <style name="TabIndicator.AppsCustomize">
  /packages/apps/Launcher3/res/values-land/
styles.xml 44 <style name="TabIndicator.AppsCustomize">
  /packages/apps/Launcher3/res/values-sw720dp/
styles.xml 22 <style name="TabIndicator.AppsCustomize">
  /frameworks/base/core/java/android/widget/
TabHost.java 227 View tabIndicator = tabSpec.mIndicatorStrategy.createIndicatorView();
228 tabIndicator.setOnKeyListener(mTabKeyListener);
236 mTabWidget.addView(tabIndicator);
598 View tabIndicator = inflater.inflate(mTabLayoutId,
602 final TextView tv = (TextView) tabIndicator.findViewById(R.id.title);
607 tabIndicator.setBackgroundResource(R.drawable.tab_indicator_v4);
611 return tabIndicator;
632 View tabIndicator = inflater.inflate(mTabLayoutId,
636 final TextView tv = (TextView) tabIndicator.findViewById(R.id.title);
637 final ImageView iconView = (ImageView) tabIndicator.findViewById(R.id.icon)
    [all...]
  /packages/apps/Launcher2/res/values-land/
styles.xml 61 <style name="TabIndicator.AppsCustomize">
  /packages/apps/Launcher2/res/values/
styles.xml 160 <style name="TabIndicator">
174 <style name="TabIndicator.AppsCustomize">
  /packages/apps/Launcher3/res/values/
styles.xml 120 <style name="TabIndicator">
134 <style name="TabIndicator.AppsCustomize">
  /packages/apps/Launcher2/res/values-sw720dp/
styles.xml 117 <style name="TabIndicator.AppsCustomize">

Completed in 523 milliseconds