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.java71 private Scene mKeypadChannelSwitchScene; field in TvTransitionManager
137 if (mCurrentScene != mKeypadChannelSwitchScene) { in goToKeypadChannelSwitchScene()
138 transitionTo(mKeypadChannelSwitchScene); in goToKeypadChannelSwitchScene()
155 return mCurrentScene != null && mCurrentScene == mKeypadChannelSwitchScene; in isKeypadChannelSwitchActive()
197 mKeypadChannelSwitchScene = buildScene(mSceneContainer, mKeypadChannelSwitchView); in initIfNeeded()
208 setTransition(mEmptyScene, mKeypadChannelSwitchScene, enter); in initIfNeeded()
218 setTransition(mKeypadChannelSwitchScene, mEmptyScene, exit); in initIfNeeded()
224 setTransition(mChannelBannerScene, mKeypadChannelSwitchScene, transition); in initIfNeeded()
227 setTransition(mKeypadChannelSwitchScene, mChannelBannerScene, transition); in initIfNeeded()
228 setTransition(mKeypadChannelSwitchScene, mSelectInputScene, transition); in initIfNeeded()
[all …]