Searched refs:mCurrentFolderForUnreadCheck (Results 1 – 1 of 1) sorted by relevance
143 private Folder mCurrentFolderForUnreadCheck; field in FolderListFragment350 mCurrentFolderForUnreadCheck = currentFolder; in onActivityCreated()920 && (mCurrentFolderForUnreadCheck != null) in getView()921 && item.mFolder.unreadCount != mCurrentFolderForUnreadCheck.unreadCount) { in getView()923 mCurrentFolderForUnreadCheck.unreadCount); in getView()1252 final boolean unreadCountDiffers = (mCurrentFolderForUnreadCheck != null) in getView()1253 && folder.unreadCount != mCurrentFolderForUnreadCheck.unreadCount; in getView()1255 folderItemView.overrideUnreadCount(mCurrentFolderForUnreadCheck.unreadCount); in getView()1462 mCurrentFolderForUnreadCheck = null; in setSelectedFolder()1468 !FolderItemView.areSameViews(folder, mCurrentFolderForUnreadCheck); in setSelectedFolder()[all …]