Home | History | Annotate | Download | only in widget

Lines Matching defs:mTabSpinner

57     private Spinner mTabSpinner;
136 return mTabSpinner != null && mTabSpinner.getParent() == this;
146 if (mTabSpinner == null) {
147 mTabSpinner = createSpinner();
150 addView(mTabSpinner, new ViewGroup.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT,
152 if (mTabSpinner.getAdapter() == null) {
153 mTabSpinner.setAdapter(new TabAdapter());
159 mTabSpinner.setSelection(mSelectedTabIndex);
165 removeView(mTabSpinner);
168 setTabSelected(mTabSpinner.getSelectedItemPosition());
183 if (mTabSpinner != null && position >= 0) {
184 mTabSpinner.setSelection(position);
300 if (mTabSpinner != null) {
301 ((TabAdapter) mTabSpinner.getAdapter()).notifyDataSetChanged();
315 if (mTabSpinner != null) {
316 ((TabAdapter) mTabSpinner.getAdapter()).notifyDataSetChanged();
328 if (mTabSpinner != null) {
329 ((TabAdapter) mTabSpinner.getAdapter()).notifyDataSetChanged();
338 if (mTabSpinner != null) {
339 ((TabAdapter) mTabSpinner.getAdapter()).notifyDataSetChanged();
348 if (mTabSpinner != null) {
349 ((TabAdapter) mTabSpinner.getAdapter()).notifyDataSetChanged();