HomeSort by relevance Sort by last modified time
    Searched defs:fromItem (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
FromAddressSpinnerAdapter.java 58 final ReplyFromAccount fromItem = getItem(position);
62 if (fromItem.isCustomFrom) {
63 nameView.setText(fromItem.name);
67 .setText(formatAddress(fromItem.address));
71 .setText(fromItem.address);
78 final ReplyFromAccount fromItem = getItem(position);
79 final int res = fromItem.isCustomFrom ? R.layout.custom_from_dropdown_item
82 if (fromItem.isCustomFrom) {
83 ((TextView) fromEntry.findViewById(R.id.spinner_account_name)).setText(fromItem.name);
85 .setText(formatAddress(fromItem.address))
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 857 milliseconds