Home
last modified time | relevance | path

Searched refs:mDepth (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
Ddic_node_properties.h35 mWordId(NOT_A_WORD_ID), mDepth(0), mLeavingDepth(0), mPrevWordCount(0) {} in DicNodeProperties()
45 mDepth = depth; in init()
56 mDepth = 0; in init()
66 mDepth = dicNodeProp->mDepth; in initByCopy()
78 mDepth = dicNodeProp->mDepth + 1; // Increment the depth of a passing child in init()
94 return mDepth; in getDepth()
107 return (mChildrenPtNodeArrayPos != NOT_A_DICT_POS) || mDepth != mLeavingDepth; in hasChildren()
125 uint16_t mDepth; variable
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DBrowseTree.java62 private int mDepth = 0; field in BrowseTree
399 mDepth = depth; in setCurrentBrowsedPlayer()
517 if (mDepth > 0) { in getNextStepToFolder()
518 mDepth--; in getNextStepToFolder()