Searched refs:hasChildren (Results 1 - 18 of 18) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
H A Ddynamic_pt_reading_helper.cpp54 if (ptNodeParams.hasChildren()) {
140 if (ptNodeParams.hasChildren()) {
248 if (!ptNodeParams.hasChildren()) {
H A Ddynamic_pt_reading_helper.h171 if (ptNodeParams.hasChildren()) {
H A Dpt_node_params.h139 AK_FORCE_INLINE bool hasChildren() const { function in class:latinime::PtNodeParams
H A Ddynamic_pt_updating_helper.cpp64 if (!ptNodeParams.hasChildren()) {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DFolderItemView.java105 && a.hasChildren == b.hasChildren
H A DFolderSelectionActivity.java330 if (folder.hasChildren && !folder.equals(mNavigatedFolder)) {
H A DNestedFolderTeaserView.java473 if (folder.hasChildren) {
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
H A Ddic_node_properties.h106 bool hasChildren() const { function in class:latinime::DicNodeProperties
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DFolder.java99 public boolean hasChildren; field in class:Folder
258 public Builder setHasChildren(final boolean hasChildren) { argument
259 mHasChildren = hasChildren;
341 boolean hasChildren, int syncWindow, Uri conversationListUri, Uri childFoldersListUri,
351 this.hasChildren = hasChildren;
386 hasChildren = cursor.getInt(UIProvider.FOLDER_HAS_CHILDREN_COLUMN) == 1;
391 childFoldersListUri = (hasChildren && !TextUtils.isEmpty(childList)) ? Uri.parse(childList)
448 hasChildren = in.readInt() == 1;
484 dest.writeInt(hasChildren
340 Folder(int id, String persistentId, Uri uri, String name, int capabilities, boolean hasChildren, int syncWindow, Uri conversationListUri, Uri childFoldersListUri, int unseenCount, int unreadCount, int totalCount, Uri refreshUri, int syncStatus, int lastSyncResult, int type, int iconResId, int notificationIconResId, String bgColor, String fgColor, Uri loadMoreUri, String hierarchicalDesc, Uri parent, final long lastMessageTimestamp, final String unreadSenders) argument
[all...]
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
H A Dpatricia_trie_policy.cpp35 if (!dicNode->hasChildren()) {
157 const bool hasChildren = PatriciaTrieReadingUtils::hasChildrenInFlags(flags); local
163 if (hasChildren) {
251 if (hasChildren) lastCandidatePtNodePos = startPos;
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node.h155 bool hasChildren() const { function in class:latinime::DicNode
156 return mDicNodeProperties.hasChildren();
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
H A Dsuggest.cpp268 if (dicNode->hasChildren() && allowsLookAhead) {
374 if (childDicNodes1[i]->hasChildren()) {
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
H A Dver4_patricia_trie_node_writer.cpp91 if (toBeUpdatedPtNodeParams->hasChildren()) {
H A Dver4_patricia_trie_policy.cpp50 if (!dicNode->hasChildren()) {
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DFolderSyncParser.java681 boolean hasChildren = false;
693 hasChildren = true;
703 if (hasChildren) {
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
H A Dver4_patricia_trie_node_writer.cpp100 if (toBeUpdatedPtNodeParams->hasChildren()) {
H A Dver4_patricia_trie_policy.cpp59 if (!dicNode->hasChildren()) {
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
H A DMockUiProvider.java282 String name, boolean hasChildren, int unread, int total) {
289 folderMap.put(FolderColumns.HAS_CHILDREN, hasChildren ? 1 : 0);
281 createFolderDetailsMap(int folderId, int accountId, String name, boolean hasChildren, int unread, int total) argument

Completed in 4531 milliseconds