Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DTvTransitionManager.java67 private Scene mKeypadChannelSwitchScene; field in TvTransitionManager
124 if (mCurrentScene != mKeypadChannelSwitchScene) { in goToKeypadChannelSwitchScene()
125 transitionTo(mKeypadChannelSwitchScene); in goToKeypadChannelSwitchScene()
142 return mCurrentScene != null && mCurrentScene == mKeypadChannelSwitchScene; in isKeypadChannelSwitchActive()
187 mKeypadChannelSwitchScene = buildScene(mSceneContainer, mKeypadChannelSwitchView); in initIfNeeded()
197 setTransition(mEmptyScene, mKeypadChannelSwitchScene, enter); in initIfNeeded()
206 setTransition(mKeypadChannelSwitchScene, mEmptyScene, exit); in initIfNeeded()
212 setTransition(mChannelBannerScene, mKeypadChannelSwitchScene, transition); in initIfNeeded()
215 setTransition(mKeypadChannelSwitchScene, mChannelBannerScene, transition); in initIfNeeded()
216 setTransition(mKeypadChannelSwitchScene, mSelectInputScene, transition); in initIfNeeded()
[all …]