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()
198 mSelectInputScene = buildScene(mSceneContainer, mSelectInputView); in initIfNeeded()
209 setTransition(mEmptyScene, mSelectInputScene, enter); in initIfNeeded()
219 setTransition(mSelectInputScene, mEmptyScene, exit); in initIfNeeded()
225 setTransition(mChannelBannerScene, mSelectInputScene, transition); in initIfNeeded()
226 setTransition(mInputBannerScene, mSelectInputScene, transition); in initIfNeeded()
[all …]