Searched refs:mTabStrip (Results 1 - 4 of 4) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DViewPagerTabs.java46 private ViewPagerTabStrip mTabStrip; field in class:ViewPagerTabs
131 mTabStrip = new ViewPagerTabStrip(context);
132 addView(mTabStrip,
150 mTabStrip.removeAllViews();
197 mTabStrip.addView(tabView, new LinearLayout.LayoutParams(LayoutParams.WRAP_CONTENT,
210 int tabStripChildCount = mTabStrip.getChildCount();
215 mTabStrip.onPageScrolled(position, positionOffset, positionOffsetPixels);
221 int tabStripChildCount = mTabStrip.getChildCount();
227 mTabStrip.getChildAt(mPrevSelected).setSelected(false);
229 final View selectedChild = mTabStrip
[all...]
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DViewPagerTabs.java53 private ViewPagerTabStrip mTabStrip; field in class:ViewPagerTabs
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
[all...]
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DMediaPickerPanel.java48 private LinearLayout mTabStrip; field in class:MediaPickerPanel
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();
H A DMediaPicker.java145 private LinearLayout mTabStrip; field in class:MediaPicker
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);

Completed in 119 milliseconds