HomeSort by relevance Sort by last modified time
    Searched full:fragmenttransaction (Results 201 - 225 of 244) sorted by null

1 2 3 4 5 6 7 8910

  /frameworks/base/docs/html/sdk/api_diff/13/changes/
alldiffs_index_all.html 107 <nobr><A HREF="android.app.FragmentTransaction.html#android.app.FragmentTransaction.attach_added(android.app.Fragment)" class="hiddenlink" target="rightframe"><b>attach</b>
223 <nobr><A HREF="android.app.FragmentTransaction.html#android.app.FragmentTransaction.detach_added(android.app.Fragment)" class="hiddenlink" target="rightframe"><b>detach</b>
311 <!-- Class FragmentTransaction -->
312 <A HREF="android.app.FragmentTransaction.html" class="hiddenlink" target="rightframe">FragmentTransaction</A><br>
    [all...]
classes_index_all.html 143 <A HREF="android.app.FragmentTransaction.html" class="hiddenlink" target="rightframe">FragmentTransaction</A><br>
classes_index_changes.html 142 <A HREF="android.app.FragmentTransaction.html" class="hiddenlink" target="rightframe">FragmentTransaction</A><br>
alldiffs_index_changes.html 228 <!-- Class FragmentTransaction -->
229 <A HREF="android.app.FragmentTransaction.html" class="hiddenlink" target="rightframe">FragmentTransaction</A><br>
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 48 import android.support.v4.app.FragmentTransaction;
297 FragmentTransaction transaction = getSupportFragmentManager().beginTransaction();
314 FragmentTransaction transaction = getSupportFragmentManager().beginTransaction();
341 FragmentTransaction transaction = getSupportFragmentManager().beginTransaction();
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettingsSetupWizard.java 22 import android.app.FragmentTransaction;
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0-javadoc.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0-javadoc.jar 
support-v4-19.0.0-sources.jar 
  /frameworks/base/core/java/com/android/internal/app/
ActionBarImpl.java 39 import android.app.FragmentTransaction;
562 final FragmentTransaction trans = mActivity.getFragmentManager().beginTransaction()
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/
actionbar.jd     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarImplBase.java 25 import android.support.v4.app.FragmentTransaction;
461 final FragmentTransaction trans = mActivity.getSupportFragmentManager().beginTransaction()
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogFragmentTest.java 20 import android.app.FragmentTransaction;
118 FragmentTransaction transaction = fragmentManager.beginTransaction();
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupBasics.java 26 import android.app.FragmentTransaction;
513 final FragmentTransaction transaction = getFragmentManager().beginTransaction();
  /frameworks/base/docs/html/about/versions/
android-3.0.jd 90 android.app.FragmentTransaction}. You can then call methods such as {@link
91 android.app.FragmentTransaction#add add()} {@link android.app.FragmentTransaction#remove
92 remove()}, or {@link android.app.FragmentTransaction#replace replace()}. Once you've applied all
94 android.app.FragmentTransaction#commit commit()} and the system applies the fragment transaction to
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 27 import android.app.FragmentTransaction;
    [all...]
  /frameworks/base/api/
current.txt     [all...]
  /prebuilts/sdk/api/
14.txt     [all...]
15.txt     [all...]
16.txt     [all...]
17.txt     [all...]
18.txt     [all...]
19.txt     [all...]
  /development/sdk/
api-versions.xml     [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DirectoryFragment.java 33 import android.app.FragmentTransaction;
152 final FragmentTransaction ft = fm.beginTransaction();
    [all...]

Completed in 674 milliseconds

1 2 3 4 5 6 7 8910