Searched refs:currentType (Results 1 - 11 of 11) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/drawer/
H A DFolderDrawerItem.java62 public boolean isHighlighted(FolderUri currentFolder, int currentType) { argument
65 return (mItemCategory == currentType) && mFolder.folderUri.equals(currentFolder);
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 DWaitViewDrawerItem.java55 public boolean isHighlighted(FolderUri currentFolder, int currentType) { argument
H A DAccountDrawerItem.java73 public boolean isHighlighted(FolderUri currentFolder, int currentType) { argument
H A DHeaderDrawerItem.java61 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 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
/packages/apps/Settings/src/com/android/settings/
H A DConfirmLockPassword.java156 int currentType = mPasswordEntry.getInputType();
157 mPasswordEntry.setInputType(mIsAlpha ? currentType
H A DChooseLockPassword.java275 int currentType = mPasswordEntry.getInputType();
276 mPasswordEntry.setInputType(mIsAlphaMode ? currentType

Completed in 469 milliseconds