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

/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentPagerAdapter.java71 private Fragment mCurrentPrimaryItem = null; field in class:FragmentPagerAdapter
106 if (fragment != mCurrentPrimaryItem) {
127 if (fragment != mCurrentPrimaryItem) {
128 if (mCurrentPrimaryItem != null) {
129 FragmentCompat.setMenuVisibility(mCurrentPrimaryItem, false);
130 FragmentCompat.setUserVisibleHint(mCurrentPrimaryItem, false);
136 mCurrentPrimaryItem = fragment;
H A DFragmentStatePagerAdapter.java77 private Fragment mCurrentPrimaryItem = null; field in class:FragmentStatePagerAdapter
149 if (fragment != mCurrentPrimaryItem) {
150 if (mCurrentPrimaryItem != null) {
151 FragmentCompat.setMenuVisibility(mCurrentPrimaryItem, false);
152 FragmentCompat.setUserVisibleHint(mCurrentPrimaryItem, false);
158 mCurrentPrimaryItem = fragment;
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentPagerAdapter.java67 private Fragment mCurrentPrimaryItem = null; field in class:FragmentPagerAdapter
102 if (fragment != mCurrentPrimaryItem) {
123 if (fragment != mCurrentPrimaryItem) {
124 if (mCurrentPrimaryItem != null) {
125 mCurrentPrimaryItem.setMenuVisibility(false);
126 mCurrentPrimaryItem.setUserVisibleHint(false);
132 mCurrentPrimaryItem = fragment;
H A DFragmentStatePagerAdapter.java73 private Fragment mCurrentPrimaryItem = null; field in class:FragmentStatePagerAdapter
145 if (fragment != mCurrentPrimaryItem) {
146 if (mCurrentPrimaryItem != null) {
147 mCurrentPrimaryItem.setMenuVisibility(false);
148 mCurrentPrimaryItem.setUserVisibleHint(false);
154 mCurrentPrimaryItem = fragment;
/frameworks/ex/photoviewer/src/com/android/ex/photo/adapters/
H A DBaseFragmentPagerAdapter.java54 private Fragment mCurrentPrimaryItem = null; field in class:BaseFragmentPagerAdapter
93 if (fragment != mCurrentPrimaryItem) {
124 if (fragment != mCurrentPrimaryItem) {
125 if (mCurrentPrimaryItem != null) {
126 mCurrentPrimaryItem.setMenuVisibility(false);
131 mCurrentPrimaryItem = fragment;
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DBaseFragmentPagerAdapter.java53 private Fragment mCurrentPrimaryItem = null; field in class:BaseFragmentPagerAdapter
96 if (fragment != mCurrentPrimaryItem) {
127 if (fragment != mCurrentPrimaryItem) {
128 if (mCurrentPrimaryItem != null) {
129 mCurrentPrimaryItem.setMenuVisibility(false);
134 mCurrentPrimaryItem = fragment;

Completed in 473 milliseconds