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

/packages/apps/Contacts/src/com/android/contacts/activities/
H A DPeopleActivity.java837 private Fragment mCurrentPrimaryItem; field in class:PeopleActivity.TabPagerAdapter
915 f.setUserVisibleHint(f == mCurrentPrimaryItem);
944 if (mCurrentPrimaryItem != fragment) {
945 if (mCurrentPrimaryItem != null) {
946 mCurrentPrimaryItem.setUserVisibleHint(false);
951 mCurrentPrimaryItem = fragment;

Completed in 60 milliseconds