Searched refs:mShowDurationMillis (Results 1 – 8 of 8) sorted by relevance
30 private long mShowDurationMillis; field in ChannelBannerViewTest36 mShowDurationMillis = mTargetResources.getInteger(R.integer.channel_banner_show_duration) in setUp()43 assertWaitForCondition(mDevice, Until.gone(Constants.CHANNEL_BANNER), mShowDurationMillis); in testChannelBannerAppearDisappear()
32 private final long mShowDurationMillis; field in InputBannerView59 mShowDurationMillis = context.getResources().getInteger( in InputBannerView()93 postDelayed(mHideRunnable, mShowDurationMillis); in onEnterAction()
92 private final long mShowDurationMillis; field in KeypadChannelSwitchView118 mShowDurationMillis = resources.getInteger(R.integer.keypad_channel_switch_show_duration); in KeypadChannelSwitchView()219 postDelayed(mHideRunnable, mShowDurationMillis); in scheduleHide()
126 private final long mShowDurationMillis; field in SelectInputView155 mShowDurationMillis = resources.getInteger(R.integer.select_input_show_duration); in SelectInputView()242 postDelayed(mHideRunnable, mShowDurationMillis); in scheduleHide()
153 private final long mShowDurationMillis; field in ChannelBannerView213 mShowDurationMillis = mResources.getInteger( in ChannelBannerView()329 mHandler.postDelayed(mHideRunnable, mShowDurationMillis); in scheduleHide()
53 private final long mShowDurationMillis; field in SideFragmentManager75 mShowDurationMillis = mActivity.getResources().getInteger( in SideFragmentManager()224 mHandler.postDelayed(mHideAllRunnable, mShowDurationMillis); in scheduleHideAll()
91 private final long mShowDurationMillis; field in Menu116 mShowDurationMillis = res.getInteger(R.integer.menu_show_duration); in Menu()230 mHandler.sendEmptyMessageDelayed(MSG_HIDE_MENU, mShowDurationMillis); in scheduleHide()
153 private final long mShowDurationMillis; field in ProgramGuide197 mShowDurationMillis = res.getInteger(R.integer.program_guide_show_duration); in ProgramGuide()592 mHandler.postDelayed(mHideRunnable, mShowDurationMillis); in scheduleHide()