HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentPrimaryItem (Results 1 - 25 of 45) 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;
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
FragmentStatePagerAdapter2.java 44 private Fragment mCurrentPrimaryItem = null;
76 if (fragment != mCurrentPrimaryItem) {
100 if (fragment != mCurrentPrimaryItem) {
101 if (mCurrentPrimaryItem != null) {
102 setItemVisible(mCurrentPrimaryItem, false);
107 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/UnifiedEmail/src/com/android/mail/utils/
FragmentStatePagerAdapter2.java 54 private Fragment mCurrentPrimaryItem = null;
99 if (fragment != mCurrentPrimaryItem) {
131 if (fragment != mCurrentPrimaryItem) {
132 if (mCurrentPrimaryItem != null) {
133 setItemVisible(mCurrentPrimaryItem, false);
138 mCurrentPrimaryItem = fragment;
  /prebuilts/maven_repo/android/com/android/support/support-v13/13.0.0/
support-v13-13.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v13/18.0.0/
support-v13-18.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v13/19.0.0/
support-v13-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v13/19.0.1/
support-v13-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v13/19.1.0/
support-v13-19.1.0.jar 
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 649 private Fragment mCurrentPrimaryItem;
723 f.setUserVisibleHint(f == mCurrentPrimaryItem);
752 if (mCurrentPrimaryItem != fragment) {
753 if (mCurrentPrimaryItem != null) {
754 mCurrentPrimaryItem.setUserVisibleHint(false);
759 mCurrentPrimaryItem = fragment;
    [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 

Completed in 843 milliseconds

1 2