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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTicker.java48 private TextSwitcher mTextSwitcher; field in class:Ticker
70 int w = mTextSwitcher.getWidth() - mTextSwitcher.getPaddingLeft()
71 - mTextSwitcher.getPaddingRight();
170 mTextSwitcher = (TextSwitcher)sb.findViewById(R.id.tickerText);
171 mTextSwitcher.setInAnimation(
173 mTextSwitcher.setOutAnimation(
177 TextView text = (TextView)mTextSwitcher.getChildAt(0);
224 mTextSwitcher.setAnimateFirstView(false);
225 mTextSwitcher
[all...]

Completed in 27 milliseconds