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

/packages/apps/UnifiedEmail/src/com/android/mail/drawer/
H A DBlankHeaderDrawerItem.java56 public boolean isHighlighted(FolderUri currentFolder, int currentType) { argument
H A DBottomSpaceDrawerItem.java56 public boolean isHighlighted(FolderUri currentFolder, int currentType) { argument
H A DHelpItem.java57 public boolean isHighlighted(FolderUri currentFolder, int currentType) { argument
H A DSettingsItem.java47 public boolean isHighlighted(FolderUri currentFolder, int currentType) { argument
H A DWaitViewDrawerItem.java55 public boolean isHighlighted(FolderUri currentFolder, int currentType) { argument
H A DFolderDrawerItem.java62 public boolean isHighlighted(FolderUri currentFolder, int currentType) { argument
65 return (mItemCategory == currentType) && mFolder.folderUri.equals(currentFolder);
H A DHeaderDrawerItem.java61 public boolean isHighlighted(FolderUri currentFolder, int currentType) { argument
H A DAccountDrawerItem.java73 public boolean isHighlighted(FolderUri currentFolder, int currentType) { argument
H A DDrawerItem.java216 * @param currentType The type of the current folder. We want to only highlight a folder once.
225 public abstract boolean isHighlighted(FolderUri currentFolder, int currentType); argument

Completed in 112 milliseconds