Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DBaseDialogFragment.java101 final ViewGroup twoPane = (ViewGroup) contentView.getChildAt(0); in performEntryTransition() local
102 twoPane.setVisibility(View.INVISIBLE); in performEntryTransition()
116 twoPane.setBackground(mBgDrawable); in performEntryTransition()
120 mShadowLayer = (FrameLayoutWithShadows) twoPane.findViewById(R.id.shadow_layout); in performEntryTransition()
124 twoPane.getViewTreeObserver().addOnGlobalLayoutListener( in performEntryTransition()
128 twoPane.getViewTreeObserver().removeOnGlobalLayoutListener(this); in performEntryTransition()
132 twoPane.postOnAnimationDelayed(mEntryAnimationRunnable, ANIMATE_DELAY); in performEntryTransition()
143 twoPane.setVisibility(View.VISIBLE); in performEntryTransition()