Home | History | Annotate | Download | only in app

Lines Matching refs:transaction

85  * transaction is popped, the current DialogFragment and its Dialog will be
87 * DialogFragment will take care of popping the transaction of the Dialog
216 * is a convenience for explicitly creating a transaction, adding the
218 * <em>not</em> add the transaction to the back stack. When the fragment
219 * is dismissed, a new transaction will be executed to remove it from
234 * Display the dialog, adding the fragment using an existing transaction
235 * and then committing the transaction.
236 * @param transaction An existing transaction in which to add the fragment.
239 * @return Returns the identifier of the committed transaction, as per
242 public int show(FragmentTransaction transaction, String tag) {
245 transaction.add(this, tag);
247 mBackStackId = transaction.commit();
254 * be popped. Otherwise, a new transaction will be committed to remove