Home
last modified time | relevance | path

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

/packages/apps/FMRadio/src/com/android/fmradio/views/
DFmScroller.java1301 float lastHeight = 0; in handleScroll() local
1306 lastHeight = setNewPadding(mFmDescriptionText, newMargin); in handleScroll()
1313 lastHeight = setNewPadding(mFrequencyText, newMargin + lastHeight); in handleScroll()
1317 lastHeight = setNewPadding(mStationNameText, newMargin + lastHeight); in handleScroll()
1324 lastHeight = setNewPadding(mStationRdsText, newMargin + lastHeight); in handleScroll()
1328 setNewPadding(mControlView, newMargin + lastHeight); in handleScroll()
1338 float lastHeight = 0; in handleScrollLandscapeMode() local
1378 lastHeight = newMargin + lastHeight + mFrequencyText.getTextSize(); in handleScrollLandscapeMode()
1389 if (lastHeight <= mActionBarHeight) { in handleScrollLandscapeMode()
1390 lastHeight = mActionBarHeight; in handleScrollLandscapeMode()
[all …]