Searched refs:currentType (Results 1 – 11 of 11) sorted by relevance
62 public boolean isHighlighted(FolderUri currentFolder, int currentType) { in isHighlighted() argument65 return (mItemCategory == currentType) && mFolder.folderUri.equals(currentFolder); in isHighlighted()
56 public boolean isHighlighted(FolderUri currentFolder, int currentType) { in isHighlighted() argument
55 public boolean isHighlighted(FolderUri currentFolder, int currentType) { in isHighlighted() argument
47 public boolean isHighlighted(FolderUri currentFolder, int currentType) { in isHighlighted() argument
57 public boolean isHighlighted(FolderUri currentFolder, int currentType) { in isHighlighted() argument
61 public boolean isHighlighted(FolderUri currentFolder, int currentType) { in isHighlighted() argument
73 public boolean isHighlighted(FolderUri currentFolder, int currentType) { in isHighlighted() argument
225 public abstract boolean isHighlighted(FolderUri currentFolder, int currentType); in isHighlighted() argument
157 int currentType = mPasswordEntry.getInputType(); in onCreateView() local158 mPasswordEntry.setInputType(mIsAlpha ? currentType in onCreateView()
321 int currentType = mPasswordEntry.getInputType(); in onViewCreated() local322 mPasswordEntry.setInputType(mIsAlphaMode ? currentType in onViewCreated()