OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDetailFragmentView
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragmentCarousel.java
87
private View
mDetailFragmentView
;
161
mDetailFragmentView
= detailFragmentView;
183
mDetailFragmentView
.requestFocus();
ContactDetailLayoutController.java
68
private View
mDetailFragmentView
;
111
mDetailFragmentView
= viewContainer.findViewById(R.id.about_fragment_container);
157
mDetailFragmentView
= mLayoutInflater.inflate(
163
mViewPagerAdapter.setAboutFragmentView(
mDetailFragmentView
);
166
mViewPager.addView(
mDetailFragmentView
);
216
mFragmentCarousel.setFragmentViews(
mDetailFragmentView
, mUpdatesFragmentView);
Completed in 26 milliseconds