Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DTvTransitionManager.java72 private Scene mSelectInputScene; field in TvTransitionManager
123 mCurrentScene == mSelectInputScene in goToChannelBannerScene()
144 if (mCurrentScene != mSelectInputScene) { in goToSelectInputScene()
146 transitionTo(mSelectInputScene); in goToSelectInputScene()
159 return mCurrentScene != null && mCurrentScene == mSelectInputScene; in isSelectInputActive()
194 mSelectInputScene = buildScene(mSceneContainer, mSelectInputView); in initIfNeeded()
205 setTransition(mEmptyScene, mSelectInputScene, enter); in initIfNeeded()
215 setTransition(mSelectInputScene, mEmptyScene, exit); in initIfNeeded()
221 setTransition(mChannelBannerScene, mSelectInputScene, transition); in initIfNeeded()
222 setTransition(mInputBannerScene, mSelectInputScene, transition); in initIfNeeded()
[all …]