HomeSort by relevance Sort by last modified time
    Searched refs:fragments (Results 51 - 75 of 163) sorted by null

1 23 4 5 6 7

  /frameworks/support/v4/java/android/support/v4/app/
FragmentManager.java 123 * Start a series of edit operations on the Fragments associated with
131 * This is because the framework takes care of saving your current fragments
160 * searches through fragments that are currently added to the manager's
161 * activity; if no such fragment is found, then all fragments currently
170 * searches through fragments that are currently added to the manager's
171 * activity; if no such fragment is found, then all fragments currently
296 * Get a list of all fragments that have been added to the fragment manager.
298 * @return The list of all fragments or null if none.
314 * <li>The saved state can not contain dependencies on other fragments --
391 * Container for fragments associated with an activity
1561 ArrayList<Fragment> fragments = null; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
org.eclipse.ant.core_3.2.200.v20100427.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
  /frameworks/base/core/java/android/app/
Activity.java 118 * <li><a href="#Fragments">Fragments</a>
142 * <a name="Fragments"></a>
143 * <h3>Fragments</h3>
656 static final String FRAGMENTS_TAG = "android:fragments";
701 ArrayList<Fragment> fragments; field in class:Activity.NonConfigurationInstances
1622 ArrayList<Fragment> fragments = mFragments.retainNonConfig(); local
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /external/libffi/src/powerpc/
ppc_closure.S 106 # Each of the ret_typeX code fragments has to be exactly 16 bytes long
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewActivity.java 44 import com.android.ex.photo.fragments.PhotoViewFragment;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java 18 package com.android.ex.photo.fragments;
88 "com.android.mail.photo.fragments.PhotoViewFragment.INTENT";
  /frameworks/base/docs/html/training/
training_toc.cs 94 <a href="<?cs var:toroot ?>training/basics/fragments/index.html"
100 >Building a Dynamic UI with Fragments</a>
103 <li><a href="<?cs var:toroot ?>training/basics/fragments/support-lib.html">
107 <li><a href="<?cs var:toroot ?>training/basics/fragments/creating.html">
111 <li><a href="<?cs var:toroot ?>training/basics/fragments/fragment-ui.html">
115 <li><a href="<?cs var:toroot ?>training/basics/fragments/communicating.html">
116 Communicating with Other Fragments
    [all...]
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /bionic/libc/kernel/common/linux/
soundcard.h 422 int fragments; member in struct:audio_buf_info
    [all...]
  /development/ndk/platforms/android-3/include/linux/
soundcard.h 392 int fragments; member in struct:audio_buf_info
  /external/kernel-headers/original/linux/
soundcard.h 581 int fragments; /* # of available fragments (partially usend ones not counted) */ member in struct:audio_buf_info
582 int fragstotal; /* Total # of fragments allocated */
585 int bytes; /* Available space in bytes (includes partially used fragments) */
586 /* Note! 'bytes' could be more than fragments*fragsize */
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 39 import com.android.ex.photo.fragments.PhotoViewFragment.HorizontallyScrollable;
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java 17 package com.android.loaderapp.fragments;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
soundcard.h 569 int fragments; /* # of available fragments (partially usend ones not counted) */ member in struct:audio_buf_info
570 int fragstotal; /* Total # of fragments allocated */
573 int bytes; /* Available space in bytes (includes partially used fragments) */
574 /* Note! 'bytes' could be more than fragments*fragsize */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
soundcard.h 569 int fragments; /* # of available fragments (partially usend ones not counted) */ member in struct:audio_buf_info
570 int fragstotal; /* Total # of fragments allocated */
573 int bytes; /* Available space in bytes (includes partially used fragments) */
574 /* Note! 'bytes' could be more than fragments*fragsize */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
soundcard.h 569 int fragments; /* # of available fragments (partially usend ones not counted) */ member in struct:audio_buf_info
570 int fragstotal; /* Total # of fragments allocated */
573 int bytes; /* Available space in bytes (includes partially used fragments) */
574 /* Note! 'bytes' could be more than fragments*fragsize */
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
soundcard.h 392 int fragments; member in struct:audio_buf_info

Completed in 799 milliseconds

1 23 4 5 6 7