Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DTicker.java53 private TextSwitcher mTextSwitcher; field in Ticker
65 int w = mTextSwitcher.getWidth() - mTextSwitcher.getPaddingLeft() in getLayout()
66 - mTextSwitcher.getPaddingRight(); in getLayout()
165 mTextSwitcher = (TextSwitcher)sb.findViewById(R.id.tickerText); in Ticker()
166 mTextSwitcher.setInAnimation( in Ticker()
168 mTextSwitcher.setOutAnimation( in Ticker()
172 TextView text = (TextView)mTextSwitcher.getChildAt(0); in Ticker()
218 mTextSwitcher.setAnimateFirstView(false); in addEntry()
219 mTextSwitcher.reset(); in addEntry()
220 mTextSwitcher.setText(seg.getText()); in addEntry()
[all …]