Home
last modified time | relevance | path

Searched defs:childIndex (Results 1 – 11 of 11) sorted by relevance

/packages/modules/StatsD/statsd/src/condition/
DCombinationConditionTracker.cpp51 for (const int childIndex : mChildren) { in init() local
90 int childIndex = it->second; in init() local
161 int childIndex = it->second; in onConfigUpdated() local
191 for (const int childIndex : mChildren) { in isConditionMet() local
212 for (const int childIndex : mChildren) { in evaluateCondition() local
233 for (const int childIndex : mChildren) { in evaluateCondition() local
Dcondition_util.cpp42 for (auto childIndex : children) { in evaluateCombinationCondition() local
/packages/modules/StatsD/statsd/src/matchers/
Dmatcher_util.cpp41 for (const int childIndex : children) { in combinationMatch() local
51 for (const int childIndex : children) { in combinationMatch() local
64 for (const int childIndex : children) { in combinationMatch() local
73 for (const int childIndex : children) { in combinationMatch() local
DCombinationAtomMatchingTracker.cpp76 int childIndex = pair->second; in init() local
142 for (const int childIndex : mChildren) { in onLogEvent() local
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceStateTransitionAnimation.java207 public void applyChildState(LauncherState state, CellLayout cl, int childIndex) { in applyChildState()
212 private void applyChildState(LauncherState state, CellLayout cl, int childIndex, in applyChildState()
226 private void applyPageTranslation(CellLayout cellLayout, int childIndex, in applyPageTranslation()
DPagedView.java1616 private int getDisplacementFromScreenCenter(int childIndex, int screenCenter) { in getDisplacementFromScreenCenter()
1623 protected int getDisplacementFromScreenCenter(int childIndex) { in getDisplacementFromScreenCenter()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddictionary_utils.cpp78 for (int childIndex = 0; childIndex < childDicNodes.getSizeAndLock(); ++childIndex) { in processChildDicNodes() local
/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java612 protected boolean hasDividerBeforeChildAt(int childIndex) { in hasDividerBeforeChildAt()
1042 int measureNullChild(int childIndex) { in measureNullChild()
1059 void measureChildBeforeLayout(View child, int childIndex, in measureChildBeforeLayout()
1266 int childIndex = start + dir * i; in layoutHorizontal() local
/packages/modules/Permission/SafetyCenter/ConfigLintChecker/java/android/safetycenter/lint/
DParserExceptionDetector.kt102 for (childIndex in 0 until element.childNodes.length) { in visitElement() variable
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DIpSecServiceRefcountedResourceTest.java336 int childIndex = ThreadLocalRandom.current().nextInt(0, resources.size()); in fuzzTest() local
/packages/apps/ThemePicker/src/com/android/customization/widget/
DDynamicAdaptiveIconDrawable.java353 int childIndex = 0; in inflateLayers() local