Home
last modified time | relevance | path

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

/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/Launcher3/src/com/android/launcher3/
DWorkspaceStateTransitionAnimation.java193 public void applyChildState(LauncherState state, CellLayout cl, int childIndex) { in applyChildState()
198 private void applyChildState(LauncherState state, CellLayout cl, int childIndex, in applyChildState()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/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/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/apps/ThemePicker/src/com/android/customization/widget/
DDynamicAdaptiveIconDrawable.java356 int childIndex = 0; in inflateLayers() local