HomeSort by relevance Sort by last modified time
    Searched defs:actives (Results 1 - 4 of 4) sorted by null

  /frameworks/support/fragment/java/android/support/v4/app/
FragmentController.java 81 final List<Fragment> actives = mHost.mFragmentManager.mActive; local
82 return actives == null ? 0 : actives.size();
88 public List<Fragment> getActiveFragments(List<Fragment> actives) {
92 if (actives == null) {
93 actives = new ArrayList<Fragment>(getActiveFragmentsCount());
95 actives.addAll(mHost.mFragmentManager.mActive);
96 return actives;
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 99 milliseconds