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

  /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/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/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/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/Messaging/src/com/android/messaging/ui/
ViewPagerTabs.java 53 private ViewPagerTabStrip mTabStrip;
127 mTabStrip = new ViewPagerTabStrip(context);
128 addView(mTabStrip,
149 mTabStrip.removeAllViews();
181 mTabStrip.addView(textView, new LinearLayout.LayoutParams(LayoutParams.WRAP_CONTENT,
193 int tabStripChildCount = mTabStrip.getChildCount();
198 mTabStrip.onPageScrolled(position, positionOffset, positionOffsetPixels);
204 int tabStripChildCount = mTabStrip.getChildCount();
210 mTabStrip.getChildAt(mPrevSelected).setSelected(false);
212 final View selectedChild = mTabStrip.getChildAt(position)
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ViewPagerTabs.java 48 private ViewPagerTabStrip mTabStrip;
141 mTabStrip = new ViewPagerTabStrip(context);
142 addView(mTabStrip,
176 mTabStrip.removeAllViews();
238 mTabStrip.addView(tabView, position, new LinearLayout.LayoutParams(
254 View view = mTabStrip.getChildAt(index);
256 mTabStrip.removeView(view);
276 int tabStripChildCount = mTabStrip.getChildCount();
281 mTabStrip.onPageScrolled(position, positionOffset, positionOffsetPixels);
287 int tabStripChildCount = mTabStrip.getChildCount()
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
MediaPickerPanel.java 48 private LinearLayout mTabStrip;
100 mTabStrip = (LinearLayout) findViewById(R.id.mediapicker_tabstrip);
142 measureChild(mTabStrip, widthMeasureSpec, heightMeasureSpec);
147 tabStripHeight = mTabStrip.getMeasuredHeight();
150 tabStripHeight = Math.min(mTabStrip.getMeasuredHeight(),
177 mTabStrip.layout(0, y, width, y + mTabStrip.getMeasuredHeight());
313 measureChild(mTabStrip, measureSpec, measureSpec);
314 return mDefaultViewPagerHeight + mTabStrip.getMeasuredHeight();
MediaPicker.java 145 private LinearLayout mTabStrip;
227 mTabStrip = (LinearLayout) mMediaPickerPanel.findViewById(R.id.mediapicker_tabstrip);
228 mTabStrip.setBackgroundColor(mThemeColor);
230 chooser.onCreateTabButton(inflater, mTabStrip);
236 mTabStrip.addView(tabButton);
313 if (mTabStrip != null) {
314 mTabStrip.setBackgroundColor(mThemeColor);
  /frameworks/support/design/src/android/support/design/widget/
TabLayout.java 241 private final SlidingTabStrip mTabStrip;
298 mTabStrip = new SlidingTabStrip(context);
299 super.addView(mTabStrip, 0, new HorizontalScrollView.LayoutParams(
305 mTabStrip.setSelectedIndicatorHeight(
307 mTabStrip.setSelectedIndicatorColor(a.getColor(R.styleable.TabLayout_tabIndicatorColor, 0));
375 mTabStrip.setSelectedIndicatorColor(color);
386 mTabStrip.setSelectedIndicatorHeight(height);
406 if (roundedPosition < 0 || roundedPosition >= mTabStrip.getChildCount()) {
412 mTabStrip.setIndicatorPositionFromTabPosition(position, positionOffset);
428 return mTabStrip.getIndicatorPosition()
    [all...]
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 108 milliseconds