Searched refs:twoPane (Results 1 – 1 of 1) sorted by relevance
101 final ViewGroup twoPane = (ViewGroup) contentView.getChildAt(0); in performEntryTransition() local102 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()