Searched refs:MSG_PROGRAM_TABLE_FADE_IN_ANIM (Results 1 – 1 of 1) sorted by relevance
97 private static final int MSG_PROGRAM_TABLE_FADE_IN_ANIM = 1000; field in ProgramGuide480 if (!mHandler.hasMessages(MSG_PROGRAM_TABLE_FADE_IN_ANIM)) { in ProgramGuide()481 mHandler.sendEmptyMessage(MSG_PROGRAM_TABLE_FADE_IN_ANIM); in ProgramGuide()640 mHandler.removeMessages(MSG_PROGRAM_TABLE_FADE_IN_ANIM); in hide()699 mHandler.removeMessages(MSG_PROGRAM_TABLE_FADE_IN_ANIM); in requestGenreChange()701 MSG_PROGRAM_TABLE_FADE_IN_ANIM, mTableFadeAnimDuration); in requestGenreChange()704 if (mHandler.hasMessages(MSG_PROGRAM_TABLE_FADE_IN_ANIM)) { in requestGenreChange()706 mHandler.removeMessages(MSG_PROGRAM_TABLE_FADE_IN_ANIM); in requestGenreChange()708 MSG_PROGRAM_TABLE_FADE_IN_ANIM, mTableFadeAnimDuration); in requestGenreChange()1082 if (msg.what == MSG_PROGRAM_TABLE_FADE_IN_ANIM) { in handleMessage()