/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
D | Folder.java | 99 public boolean hasChildren; field in Folder 258 public Builder setHasChildren(final boolean hasChildren) { in setHasChildren() argument 259 mHasChildren = hasChildren; in setHasChildren() 341 boolean hasChildren, int syncWindow, Uri conversationListUri, Uri childFoldersListUri, in Folder() argument 351 this.hasChildren = hasChildren; in Folder() 386 hasChildren = cursor.getInt(UIProvider.FOLDER_HAS_CHILDREN_COLUMN) == 1; in Folder() 391 childFoldersListUri = (hasChildren && !TextUtils.isEmpty(childList)) ? Uri.parse(childList) in Folder() 448 hasChildren = in.readInt() == 1; in Folder() 484 dest.writeInt(hasChildren ? 1 : 0); in writeToParcel() 651 if (icon == R.drawable.ic_drawer_folder_24dp && folder.hasChildren) { in setIcon() [all …]
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/ |
D | dynamic_pt_reading_helper.cpp | 54 if (ptNodeParams.hasChildren()) { in traverseAllPtNodesInPostorderDepthFirstManner() 140 if (ptNodeParams.hasChildren()) { in traverseAllPtNodesInPtNodeArrayLevelPreorderDepthFirstManner() 248 if (!ptNodeParams.hasChildren()) { in getTerminalPtNodePositionOfWord()
|
D | dynamic_pt_reading_helper.h | 171 if (ptNodeParams.hasChildren()) { in readChildNode()
|
D | pt_node_params.h | 139 AK_FORCE_INLINE bool hasChildren() const { in hasChildren() function
|
D | dynamic_pt_updating_helper.cpp | 64 if (!ptNodeParams.hasChildren()) { in addUnigramWord()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/ |
D | patricia_trie_policy.cpp | 35 if (!dicNode->hasChildren()) { in createAndGetAllChildDicNodes() 157 const bool hasChildren = PatriciaTrieReadingUtils::hasChildrenInFlags(flags); in getCodePointsAndProbabilityAndReturnCodePointCount() local 163 if (hasChildren) { in getCodePointsAndProbabilityAndReturnCodePointCount() 251 if (hasChildren) lastCandidatePtNodePos = startPos; in getCodePointsAndProbabilityAndReturnCodePointCount()
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | FolderItemView.java | 105 && a.hasChildren == b.hasChildren in areSameViews()
|
D | FolderSelectionActivity.java | 330 if (folder.hasChildren && !folder.equals(mNavigatedFolder)) { in onFolderSelected()
|
D | NestedFolderTeaserView.java | 473 if (folder.hasChildren) {
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/ |
D | suggest.cpp | 268 if (dicNode->hasChildren() && allowsLookAhead) { in processExpandedDicNode() 374 if (childDicNodes1[i]->hasChildren()) { in processDicNodeAsTransposition()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
D | dic_node.h | 155 bool hasChildren() const { in hasChildren() function 156 return mDicNodeProperties.hasChildren(); in hasChildren()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/ |
D | dic_node_properties.h | 106 bool hasChildren() const { in hasChildren() function
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/ |
D | MockUiProvider.java | 282 String name, boolean hasChildren, int unread, int total) { in createFolderDetailsMap() argument 289 folderMap.put(FolderColumns.HAS_CHILDREN, hasChildren ? 1 : 0); in createFolderDetailsMap()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/ |
D | ver4_patricia_trie_node_writer.cpp | 91 if (toBeUpdatedPtNodeParams->hasChildren()) { in markPtNodeAsMoved()
|
D | ver4_patricia_trie_policy.cpp | 50 if (!dicNode->hasChildren()) { in createAndGetAllChildDicNodes()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ |
D | ver4_patricia_trie_node_writer.cpp | 100 if (toBeUpdatedPtNodeParams->hasChildren()) { in markPtNodeAsMoved()
|
D | ver4_patricia_trie_policy.cpp | 59 if (!dicNode->hasChildren()) { in createAndGetAllChildDicNodes()
|