Searched defs:selectPosition (Results 1 - 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DFragmentLauncher.java29 * @param selectPosition The position of the list item to select, or -1
31 void launchFragment(Fragment fragment, int selectPosition); argument
H A DOnePaneController.java530 public void launchFragment(final Fragment fragment, final int selectPosition) { argument
H A DTwoPaneController.java892 public void launchFragment(final Fragment fragment, final int selectPosition) { argument
904 if (selectPosition >= 0) {
905 getConversationListFragment().setRawActivated(selectPosition, true);

Completed in 53 milliseconds