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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationListFragment.java798 * The cursor position may be different than the position method parameter because of
810 * @param different if the currently selected conversation is different from the one provided
814 public void setSelected(final int cursorPosition, boolean different) { argument
822 setRawSelected(position, different);
828 * @param different if the currently selected conversation is different from the one provided
832 public void setRawSelected(final int position, final boolean different) { argument
837 if (different) {

Completed in 48 milliseconds