HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentPrimaryItem (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/support/v13/java/android/support/v13/app/
FragmentPagerAdapter.java 71 private Fragment mCurrentPrimaryItem = null;
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;
FragmentStatePagerAdapter.java 77 private Fragment mCurrentPrimaryItem = null;
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/
FragmentPagerAdapter.java 67 private Fragment mCurrentPrimaryItem = null;
102 if (fragment != mCurrentPrimaryItem) {
123 if (fragment != mCurrentPrimaryItem) {
124 if (mCurrentPrimaryItem != null) {
125 mCurrentPrimaryItem.setMenuVisibility(false);
126 mCurrentPrimaryItem.setUserVisibleHint(false);
132 mCurrentPrimaryItem = fragment;
FragmentStatePagerAdapter.java 73 private Fragment mCurrentPrimaryItem = null;
145 if (fragment != mCurrentPrimaryItem) {
146 if (mCurrentPrimaryItem != null) {
147 mCurrentPrimaryItem.setMenuVisibility(false);
148 mCurrentPrimaryItem.setUserVisibleHint(false);
154 mCurrentPrimaryItem = fragment;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
BaseFragmentPagerAdapter.java 53 private Fragment mCurrentPrimaryItem = null;
96 if (fragment != mCurrentPrimaryItem) {
127 if (fragment != mCurrentPrimaryItem) {
128 if (mCurrentPrimaryItem != null) {
129 mCurrentPrimaryItem.setMenuVisibility(false);
134 mCurrentPrimaryItem = fragment;
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java     [all...]
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/libsAndJarTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/libsAndJarTest/lib2/libs/
android-support-v4.jar 
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 

Completed in 284 milliseconds

1 2