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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerPagerAdapter.java50 private Fragment mCurrentPrimaryItem; field in class:TimerPagerAdapter
97 if (fragment != mCurrentPrimaryItem) {
122 if (fragment != mCurrentPrimaryItem) {
123 if (mCurrentPrimaryItem != null) {
124 setItemVisible(mCurrentPrimaryItem, false);
127 mCurrentPrimaryItem = fragment;
129 if (mCurrentPrimaryItem != null) {
130 setItemVisible(mCurrentPrimaryItem, true);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DFragmentTabPagerAdapter.java53 private Fragment mCurrentPrimaryItem; field in class:FragmentTabPagerAdapter
121 if (fragment != mCurrentPrimaryItem) {
142 if (fragment != mCurrentPrimaryItem) {
143 if (mCurrentPrimaryItem != null) {
144 FragmentCompat.setMenuVisibility(mCurrentPrimaryItem, false);
145 FragmentCompat.setUserVisibleHint(mCurrentPrimaryItem, false);
151 mCurrentPrimaryItem = fragment;
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DFragmentStatePagerAdapter2.java54 private Fragment mCurrentPrimaryItem = null; field in class:FragmentStatePagerAdapter2
99 if (fragment != mCurrentPrimaryItem) {
131 if (fragment != mCurrentPrimaryItem) {
132 if (mCurrentPrimaryItem != null) {
133 setItemVisible(mCurrentPrimaryItem, false);
138 mCurrentPrimaryItem = fragment;

Completed in 395 milliseconds