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

/packages/apps/TV/src/com/android/tv/ui/
H A DTvTransitionManager.java68 private Scene mSelectInputScene; field in class:TvTransitionManager
111 lp.width = mCurrentScene == mSelectInputScene ? mSelectInputView.getWidth()
131 if (mCurrentScene != mSelectInputScene) {
132 transitionTo(mSelectInputScene);
146 return mCurrentScene != null && mCurrentScene == mSelectInputScene;
188 mSelectInputScene = buildScene(mSceneContainer, mSelectInputView);
198 setTransition(mEmptyScene, mSelectInputScene, enter);
207 setTransition(mSelectInputScene, mEmptyScene, exit);
213 setTransition(mChannelBannerScene, mSelectInputScene, transition);
214 setTransition(mInputBannerScene, mSelectInputScene, transitio
[all...]

Completed in 61 milliseconds