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/
DCombinationAtomMatchingTracker.cpp82 int childIndex = pair->second; in init() local
157 for (const int childIndex : mChildren) { in onLogEvent() local
Dmatcher_util.cpp43 for (const int childIndex : children) { in combinationMatch() local
53 for (const int childIndex : children) { in combinationMatch() local
66 for (const int childIndex : children) { in combinationMatch() local
75 for (const int childIndex : children) { in combinationMatch() local
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceStateTransitionAnimation.java215 public void applyChildState(LauncherState state, CellLayout cl, int childIndex) { in applyChildState()
220 private void applyChildState(LauncherState state, CellLayout cl, int childIndex, in applyChildState()
234 private void applyPageTranslation(CellLayout cellLayout, int childIndex, in applyPageTranslation()
DPagedView.java1643 private int getDisplacementFromScreenCenter(int childIndex, int screenCenter) { in getDisplacementFromScreenCenter()
1650 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.java613 protected boolean hasDividerBeforeChildAt(int childIndex) { in hasDividerBeforeChildAt()
1043 int measureNullChild(int childIndex) { in measureNullChild()
1060 void measureChildBeforeLayout(View child, int childIndex, in measureChildBeforeLayout()
1267 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