Searched defs:STATE_NO_FAVORITE (Results 1 - 1 of 1) sorted by relevance

/packages/apps/FMRadio/src/com/android/fmradio/views/
H A DFmScroller.java81 private static final int STATE_NO_FAVORITE = 0; field in class:FmScroller
733 case STATE_NO_FAVORITE:
748 case STATE_NO_FAVORITE:
939 mMaximumHeaderHeight = getMaxHeight(STATE_NO_FAVORITE);
940 mMinimumHeaderHeight = getMinHeight(STATE_NO_FAVORITE);
952 // Last time count is 0, so need set STATE_NO_FAVORITE then collapse header
953 mMinimumHeaderHeight = getMinHeight(STATE_NO_FAVORITE);
954 mMaximumHeaderHeight = getMaxHeight(STATE_NO_FAVORITE);
970 // Last time count is 1, so need set STATE_NO_FAVORITE then expand header
971 mMinimumHeaderHeight = getMinHeight(STATE_NO_FAVORITE);
[all...]

Completed in 46 milliseconds