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.java68 private Scene mSelectInputScene; field in TvTransitionManager
111 lp.width = mCurrentScene == mSelectInputScene ? mSelectInputView.getWidth() in goToChannelBannerScene()
131 if (mCurrentScene != mSelectInputScene) { in goToSelectInputScene()
132 transitionTo(mSelectInputScene); in goToSelectInputScene()
146 return mCurrentScene != null && mCurrentScene == mSelectInputScene; in isSelectInputActive()
188 mSelectInputScene = buildScene(mSceneContainer, mSelectInputView); in initIfNeeded()
198 setTransition(mEmptyScene, mSelectInputScene, enter); in initIfNeeded()
207 setTransition(mSelectInputScene, mEmptyScene, exit); in initIfNeeded()
213 setTransition(mChannelBannerScene, mSelectInputScene, transition); in initIfNeeded()
214 setTransition(mInputBannerScene, mSelectInputScene, transition); in initIfNeeded()
[all …]