Searched refs:mStationNameText (Results 1 – 1 of 1) sorted by relevance
1102 private TextView mStationNameText; field in FmScroller.Adjuster1137 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 …]