Home
last modified time | relevance | path

Searched refs:hasChildren (Results 1 – 17 of 17) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DFolder.java99 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/
Ddynamic_pt_reading_helper.cpp54 if (ptNodeParams.hasChildren()) { in traverseAllPtNodesInPostorderDepthFirstManner()
140 if (ptNodeParams.hasChildren()) { in traverseAllPtNodesInPtNodeArrayLevelPreorderDepthFirstManner()
248 if (!ptNodeParams.hasChildren()) { in getTerminalPtNodePositionOfWord()
Ddynamic_pt_reading_helper.h171 if (ptNodeParams.hasChildren()) { in readChildNode()
Dpt_node_params.h139 AK_FORCE_INLINE bool hasChildren() const { in hasChildren() function
Ddynamic_pt_updating_helper.cpp64 if (!ptNodeParams.hasChildren()) { in addUnigramWord()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
Dpatricia_trie_policy.cpp35 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/
DFolderItemView.java105 && a.hasChildren == b.hasChildren in areSameViews()
DFolderSelectionActivity.java330 if (folder.hasChildren && !folder.equals(mNavigatedFolder)) { in onFolderSelected()
DNestedFolderTeaserView.java473 if (folder.hasChildren) {
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
Dsuggest.cpp268 if (dicNode->hasChildren() && allowsLookAhead) { in processExpandedDicNode()
374 if (childDicNodes1[i]->hasChildren()) { in processDicNodeAsTransposition()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h155 bool hasChildren() const { in hasChildren() function
156 return mDicNodeProperties.hasChildren(); in hasChildren()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
Ddic_node_properties.h106 bool hasChildren() const { in hasChildren() function
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
DMockUiProvider.java282 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/
Dver4_patricia_trie_node_writer.cpp91 if (toBeUpdatedPtNodeParams->hasChildren()) { in markPtNodeAsMoved()
Dver4_patricia_trie_policy.cpp50 if (!dicNode->hasChildren()) { in createAndGetAllChildDicNodes()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_node_writer.cpp100 if (toBeUpdatedPtNodeParams->hasChildren()) { in markPtNodeAsMoved()
Dver4_patricia_trie_policy.cpp59 if (!dicNode->hasChildren()) { in createAndGetAllChildDicNodes()