Home
last modified time | relevance | path

Searched refs:mDepth (Results 1 – 3 of 3) 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/Launcher3/quickstep/src/com/android/quickstep/util/
DBaseDepthController.java51 return depthController.mDepth;
79 private float mDepth; field in BaseDepthController
132 float depth = mDepth; in applyDepthAndBlur()
198 if (Float.compare(mDepth, depthF) == 0) {
201 mDepth = depthF;
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DBrowseTree.java61 private int mDepth = 0; field in BrowseTree
435 mDepth = depth; in setCurrentBrowsedPlayer()
548 if (mDepth > 0) { in getNextStepToFolder()
549 mDepth--; in getNextStepToFolder()