Home
last modified time | relevance | path

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

/packages/apps/FMRadio/src/com/android/fmradio/views/
DFmScroller.java1102 private TextView mStationNameText; field in FmScroller.Adjuster
1137 mStationNameText = (TextView) findViewById(R.id.station_name); in Adjuster()
1317 lastHeight = setNewPadding(mStationNameText, newMargin + lastHeight); in handleScroll()
1320 mStationNameText.setTextSize(newTextSize / mDensity); in handleScroll()
1385 mStationNameText.setTextSize(newTextSize / mDensity); in handleScrollLandscapeMode()
1392 lastHeight = setNewPadding(mStationNameText, newMargin + lastHeight); in handleScrollLandscapeMode()
1401 String stationName = "" + mStationNameText.getText(); in handleScrollLandscapeMode()
1402 int stationNameTextWidth = mStationNameText.getPaddingLeft(); in handleScrollLandscapeMode()
1404 Paint paint = mStationNameText.getPaint(); in handleScrollLandscapeMode()
1525 mStationNameText.setTextSize(newTextSize / mDensity); in handleScroll()
[all …]