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

/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailLayoutController.java93 private View mDetailFragmentView; field in class:ContactDetailLayoutController
142 mDetailFragmentView = viewContainer.findViewById(R.id.about_fragment_container);
194 mDetailFragmentView = mLayoutInflater.inflate(
200 mViewPagerAdapter.setAboutFragmentView(mDetailFragmentView);
203 mViewPager.addView(mDetailFragmentView);
255 (FrameLayoutWithOverlay) mDetailFragmentView,

Completed in 475 milliseconds