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

1 2

  /frameworks/support/fragment/java/android/support/v4/app/
FragmentPagerAdapter.java 67 private Fragment mCurrentPrimaryItem = null;
107 if (fragment != mCurrentPrimaryItem) {
129 if (fragment != mCurrentPrimaryItem) {
130 if (mCurrentPrimaryItem != null) {
131 mCurrentPrimaryItem.setMenuVisibility(false);
132 mCurrentPrimaryItem.setUserVisibleHint(false);
138 mCurrentPrimaryItem = fragment;
FragmentStatePagerAdapter.java 73 private Fragment mCurrentPrimaryItem = null;
151 if (fragment != mCurrentPrimaryItem) {
152 if (mCurrentPrimaryItem != null) {
153 mCurrentPrimaryItem.setMenuVisibility(false);
154 mCurrentPrimaryItem.setUserVisibleHint(false);
160 mCurrentPrimaryItem = fragment;
  /frameworks/support/v13/java/android/support/v13/app/
FragmentPagerAdapter.java 71 private Fragment mCurrentPrimaryItem = null;
111 if (fragment != mCurrentPrimaryItem) {
133 if (fragment != mCurrentPrimaryItem) {
134 if (mCurrentPrimaryItem != null) {
135 mCurrentPrimaryItem.setMenuVisibility(false);
136 FragmentCompat.setUserVisibleHint(mCurrentPrimaryItem, false);
142 mCurrentPrimaryItem = fragment;
FragmentStatePagerAdapter.java 77 private Fragment mCurrentPrimaryItem = null;
155 if (fragment != mCurrentPrimaryItem) {
156 if (mCurrentPrimaryItem != null) {
157 mCurrentPrimaryItem.setMenuVisibility(false);
158 FragmentCompat.setUserVisibleHint(mCurrentPrimaryItem, false);
164 mCurrentPrimaryItem = fragment;
  /packages/apps/DeskClock/src/com/android/deskclock/
FragmentTabPagerAdapter.java 53 private Fragment mCurrentPrimaryItem;
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;
  /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/DeskClock/src/com/android/deskclock/timer/
TimerPagerAdapter.java 50 private Fragment mCurrentPrimaryItem;
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/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 
  /prebuilts/sdk/current/support/v13/
android-support-v13-nodeps.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /prebuilts/sdk/current/support/fragment/
android-support-fragment.jar 
  /development/samples/training/multiscreen/newsreader/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 959 milliseconds

1 2