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

  /developers/build/prebuilts/gradle/AdapterTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 80 private final SlidingTabStrip mTabStrip;
100 mTabStrip = new SlidingTabStrip(context);
101 addView(mTabStrip, LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT);
112 mTabStrip.setCustomTabColorizer(tabColorizer);
120 mTabStrip.setSelectedIndicatorColors(colors);
128 mTabStrip.setDividerColors(colors);
158 mTabStrip.removeAllViews();
207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip,
223 mTabStrip.addView(tabView);
237 final int tabStripChildCount = mTabStrip.getChildCount()
    [all...]
  /developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 80 private final SlidingTabStrip mTabStrip;
100 mTabStrip = new SlidingTabStrip(context);
101 addView(mTabStrip, LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT);
112 mTabStrip.setCustomTabColorizer(tabColorizer);
120 mTabStrip.setSelectedIndicatorColors(colors);
128 mTabStrip.setDividerColors(colors);
158 mTabStrip.removeAllViews();
207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip,
223 mTabStrip.addView(tabView);
237 final int tabStripChildCount = mTabStrip.getChildCount()
    [all...]
  /developers/build/prebuilts/gradle/FragmentTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 80 private final SlidingTabStrip mTabStrip;
100 mTabStrip = new SlidingTabStrip(context);
101 addView(mTabStrip, LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT);
112 mTabStrip.setCustomTabColorizer(tabColorizer);
120 mTabStrip.setSelectedIndicatorColors(colors);
128 mTabStrip.setDividerColors(colors);
158 mTabStrip.removeAllViews();
207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip,
223 mTabStrip.addView(tabView);
237 final int tabStripChildCount = mTabStrip.getChildCount()
    [all...]
  /developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 80 private final SlidingTabStrip mTabStrip;
100 mTabStrip = new SlidingTabStrip(context);
101 addView(mTabStrip, LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT);
112 mTabStrip.setCustomTabColorizer(tabColorizer);
120 mTabStrip.setSelectedIndicatorColors(colors);
128 mTabStrip.setDividerColors(colors);
158 mTabStrip.removeAllViews();
207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip,
223 mTabStrip.addView(tabView);
237 final int tabStripChildCount = mTabStrip.getChildCount()
    [all...]
  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 80 private final SlidingTabStrip mTabStrip;
100 mTabStrip = new SlidingTabStrip(context);
101 addView(mTabStrip, LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT);
112 mTabStrip.setCustomTabColorizer(tabColorizer);
120 mTabStrip.setSelectedIndicatorColors(colors);
128 mTabStrip.setDividerColors(colors);
158 mTabStrip.removeAllViews();
207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip,
223 mTabStrip.addView(tabView);
237 final int tabStripChildCount = mTabStrip.getChildCount()
    [all...]
  /developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 80 private final SlidingTabStrip mTabStrip;
100 mTabStrip = new SlidingTabStrip(context);
101 addView(mTabStrip, LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT);
112 mTabStrip.setCustomTabColorizer(tabColorizer);
120 mTabStrip.setSelectedIndicatorColors(colors);
128 mTabStrip.setDividerColors(colors);
158 mTabStrip.removeAllViews();
207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip,
223 mTabStrip.addView(tabView);
237 final int tabStripChildCount = mTabStrip.getChildCount()
    [all...]
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 80 private final SlidingTabStrip mTabStrip;
100 mTabStrip = new SlidingTabStrip(context);
101 addView(mTabStrip, LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT);
112 mTabStrip.setCustomTabColorizer(tabColorizer);
120 mTabStrip.setSelectedIndicatorColors(colors);
128 mTabStrip.setDividerColors(colors);
158 mTabStrip.removeAllViews();
207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip,
223 mTabStrip.addView(tabView);
237 final int tabStripChildCount = mTabStrip.getChildCount()
    [all...]
  /developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 80 private final SlidingTabStrip mTabStrip;
100 mTabStrip = new SlidingTabStrip(context);
101 addView(mTabStrip, LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT);
112 mTabStrip.setCustomTabColorizer(tabColorizer);
120 mTabStrip.setSelectedIndicatorColors(colors);
128 mTabStrip.setDividerColors(colors);
158 mTabStrip.removeAllViews();
207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip,
223 mTabStrip.addView(tabView);
237 final int tabStripChildCount = mTabStrip.getChildCount()
    [all...]
  /developers/samples/android/common/src/java/com/example/android/common/view/
SlidingTabLayout.java 80 private final SlidingTabStrip mTabStrip;
100 mTabStrip = new SlidingTabStrip(context);
101 addView(mTabStrip, LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT);
112 mTabStrip.setCustomTabColorizer(tabColorizer);
120 mTabStrip.setSelectedIndicatorColors(colors);
128 mTabStrip.setDividerColors(colors);
158 mTabStrip.removeAllViews();
207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip,
223 mTabStrip.addView(tabView);
237 final int tabStripChildCount = mTabStrip.getChildCount()
    [all...]
  /development/samples/browseable/AdapterTransition/src/com.example.android.common/view/
SlidingTabLayout.java 80 private final SlidingTabStrip mTabStrip;
100 mTabStrip = new SlidingTabStrip(context);
101 addView(mTabStrip, LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT);
112 mTabStrip.setCustomTabColorizer(tabColorizer);
120 mTabStrip.setSelectedIndicatorColors(colors);
128 mTabStrip.setDividerColors(colors);
158 mTabStrip.removeAllViews();
207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip,
223 mTabStrip.addView(tabView);
237 final int tabStripChildCount = mTabStrip.getChildCount()
    [all...]
  /development/samples/browseable/BasicTransition/src/com.example.android.common/view/
SlidingTabLayout.java 80 private final SlidingTabStrip mTabStrip;
100 mTabStrip = new SlidingTabStrip(context);
101 addView(mTabStrip, LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT);
112 mTabStrip.setCustomTabColorizer(tabColorizer);
120 mTabStrip.setSelectedIndicatorColors(colors);
128 mTabStrip.setDividerColors(colors);
158 mTabStrip.removeAllViews();
207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip,
223 mTabStrip.addView(tabView);
237 final int tabStripChildCount = mTabStrip.getChildCount()
    [all...]
  /development/samples/browseable/FragmentTransition/src/com.example.android.common/view/
SlidingTabLayout.java 80 private final SlidingTabStrip mTabStrip;
100 mTabStrip = new SlidingTabStrip(context);
101 addView(mTabStrip, LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT);
112 mTabStrip.setCustomTabColorizer(tabColorizer);
120 mTabStrip.setSelectedIndicatorColors(colors);
128 mTabStrip.setDividerColors(colors);
158 mTabStrip.removeAllViews();
207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip,
223 mTabStrip.addView(tabView);
237 final int tabStripChildCount = mTabStrip.getChildCount()
    [all...]
  /development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
SlidingTabLayout.java 80 private final SlidingTabStrip mTabStrip;
100 mTabStrip = new SlidingTabStrip(context);
101 addView(mTabStrip, LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT);
112 mTabStrip.setCustomTabColorizer(tabColorizer);
120 mTabStrip.setSelectedIndicatorColors(colors);
128 mTabStrip.setDividerColors(colors);
158 mTabStrip.removeAllViews();
207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip,
223 mTabStrip.addView(tabView);
237 final int tabStripChildCount = mTabStrip.getChildCount()
    [all...]
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
SlidingTabLayout.java 80 private final SlidingTabStrip mTabStrip;
100 mTabStrip = new SlidingTabStrip(context);
101 addView(mTabStrip, LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT);
112 mTabStrip.setCustomTabColorizer(tabColorizer);
120 mTabStrip.setSelectedIndicatorColors(colors);
128 mTabStrip.setDividerColors(colors);
158 mTabStrip.removeAllViews();
207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip,
223 mTabStrip.addView(tabView);
237 final int tabStripChildCount = mTabStrip.getChildCount()
    [all...]
  /development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
SlidingTabLayout.java 80 private final SlidingTabStrip mTabStrip;
100 mTabStrip = new SlidingTabStrip(context);
101 addView(mTabStrip, LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT);
112 mTabStrip.setCustomTabColorizer(tabColorizer);
120 mTabStrip.setSelectedIndicatorColors(colors);
128 mTabStrip.setDividerColors(colors);
158 mTabStrip.removeAllViews();
207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip,
223 mTabStrip.addView(tabView);
237 final int tabStripChildCount = mTabStrip.getChildCount()
    [all...]
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
SlidingTabLayout.java 80 private final SlidingTabStrip mTabStrip;
100 mTabStrip = new SlidingTabStrip(context);
101 addView(mTabStrip, LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT);
112 mTabStrip.setCustomTabColorizer(tabColorizer);
120 mTabStrip.setSelectedIndicatorColors(colors);
128 mTabStrip.setDividerColors(colors);
158 mTabStrip.removeAllViews();
207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip,
223 mTabStrip.addView(tabView);
237 final int tabStripChildCount = mTabStrip.getChildCount()
    [all...]
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
SlidingTabLayout.java 80 private final SlidingTabStrip mTabStrip;
100 mTabStrip = new SlidingTabStrip(context);
101 addView(mTabStrip, LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT);
112 mTabStrip.setCustomTabColorizer(tabColorizer);
120 mTabStrip.setSelectedIndicatorColors(colors);
128 mTabStrip.setDividerColors(colors);
158 mTabStrip.removeAllViews();
207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip,
223 mTabStrip.addView(tabView);
237 final int tabStripChildCount = mTabStrip.getChildCount()
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ViewPagerTabs.java 46 private ViewPagerTabStrip mTabStrip;
129 mTabStrip = new ViewPagerTabStrip(context);
130 addView(mTabStrip,
144 mTabStrip.removeAllViews();
178 mTabStrip.addView(textView, new LinearLayout.LayoutParams(LayoutParams.WRAP_CONTENT,
190 int tabStripChildCount = mTabStrip.getChildCount();
195 mTabStrip.onPageScrolled(position, positionOffset, positionOffsetPixels);
201 int tabStripChildCount = mTabStrip.getChildCount();
207 mTabStrip.getChildAt(mPrevSelected).setSelected(false);
209 final View selectedChild = mTabStrip.getChildAt(position)
    [all...]

Completed in 3253 milliseconds