Searched refs:mSelectInputScene (Results 1 – 1 of 1) sorted by relevance
68 private Scene mSelectInputScene; field in TvTransitionManager111 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 …]