Home
last modified time | relevance | path

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

12

/frameworks/base/cmds/statsd/src/condition/
DCombinationConditionTracker.cpp73 int childIndex = it->second; in init() local
119 for (const int childIndex : mChildren) { in isConditionMet() local
143 for (const int childIndex : mChildren) { in evaluateCondition() local
167 for (const int childIndex : mChildren) { in evaluateCondition() local
188 for (const int childIndex : mChildren) { in getMetConditionDimension() local
Dcondition_util.cpp50 for (auto childIndex : children) { in evaluateCombinationCondition() local
/frameworks/base/cmds/statsd/src/matchers/
Dmatcher_util.cpp39 for (const int childIndex : children) { in combinationMatch() local
49 for (const int childIndex : children) { in combinationMatch() local
62 for (const int childIndex : children) { in combinationMatch() local
71 for (const int childIndex : children) { in combinationMatch() local
DCombinationLogMatchingTracker.cpp70 int childIndex = pair->second; in init() local
109 for (const int childIndex : mChildren) { in onLogEvent() local
/frameworks/base/core/java/com/android/internal/view/menu/
DBaseMenuPresenter.java87 int childIndex = 0; in updateMenuView() local
126 protected void addItemView(View itemView, int childIndex) { in addItemView()
140 protected boolean filterLeftoverView(ViewGroup parent, int childIndex) { in filterLeftoverView()
199 public boolean shouldIncludeItem(int childIndex, MenuItemImpl item) { in shouldIncludeItem()
DIconMenuPresenter.java72 public boolean shouldIncludeItem(int childIndex, MenuItemImpl item) { in shouldIncludeItem()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationDecoratedCustomViewWrapper.java41 Integer childIndex = (Integer) container.getTag( in onContentUpdated() local
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintOptionsLayout.java73 final int childIndex = row * mColumnCount + col; in onMeasure() local
139 final int childIndex; in onLayout() local
/frameworks/base/core/java/com/android/internal/app/
DMicroAlertController.java78 final int childIndex = scrollParent.indexOfChild(mScrollView); in setupContent() local
/frameworks/base/core/java/android/widget/
DViewAnimator.java155 void showOnly(int childIndex, boolean animate) { in showOnly()
181 void showOnly(int childIndex) { in showOnly()
DTableRow.java183 int measureNullChild(int childIndex) { in measureNullChild()
191 void measureChildBeforeLayout(View child, int childIndex, in measureChildBeforeLayout()
DLinearLayout.java734 protected boolean hasDividerBeforeChildAt(int childIndex) { in hasDividerBeforeChildAt()
751 private boolean allViewsAreGoneBefore(int childIndex) { in allViewsAreGoneBefore()
1532 int measureNullChild(int childIndex) { in measureNullChild()
1549 void measureChildBeforeLayout(View child, int childIndex, in measureChildBeforeLayout()
1756 final int childIndex = start + dir * i; in layoutHorizontal() local
DActionMenuPresenter.java266 public boolean shouldIncludeItem(int childIndex, MenuItemImpl item) { in shouldIncludeItem()
489 public boolean filterLeftoverView(ViewGroup parent, int childIndex) { in filterLeftoverView()
DTabWidget.java157 void measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout()
DTableLayout.java453 void measureChildBeforeLayout(View child, int childIndex, in measureChildBeforeLayout()
DStackView.java425 void showOnly(int childIndex, boolean animate) { in showOnly()
DActionMenuView.java723 protected boolean hasDividerBeforeChildAt(int childIndex) { in hasDividerBeforeChildAt()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
DItemGroup.java133 final int childIndex = identityIndexOf(children, child); in removeChild() local
195 private int getChildPosition(int childIndex) { in getChildPosition()
/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceRefcountedResourceTest.java333 int childIndex = ThreadLocalRandom.current().nextInt(0, resources.size()); in fuzzTest() local
/frameworks/base/core/java/com/android/internal/widget/
DNotificationActionListLayout.java238 final int childIndex = start + dir * i; in onLayout() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java250 public void addNotification(ExpandableNotificationRow row, int childIndex) { in addNotification()
/frameworks/base/core/java/android/view/
DViewGroup.java2012 final int childIndex = getAndVerifyPreorderedIndex(childrenCount, i, customOrder); in onResolvePointerIcon() local
2051 final int childIndex; in getAndVerifyPreorderedIndex() local
2093 final int childIndex = getAndVerifyPreorderedIndex( in dispatchHoverEvent() local
2313 final int childIndex = in dispatchTooltipHoverEvent() local
2501 final int childIndex = getAndVerifyPreorderedIndex(childrenCount, i, customOrder); in dispatchGenericPointerEvent() local
2666 final int childIndex = getAndVerifyPreorderedIndex( in dispatchTouchEvent() local
3528 int childIndex; in dispatchProvideStructure() local
3643 final int childIndex = getAndVerifyPreorderedIndex(childrenCount, i, customOrder); in populateChildrenForAutofill() local
3656 int childIndex) { in getAndVerifyPreorderedView()
4146 final int childIndex = getAndVerifyPreorderedIndex(childrenCount, i, customOrder); in dispatchDraw() local
[all …]
DGhostView.java334 int childIndex = customOrder ? parent.getChildDrawingOrder(childrenCount, i) : i; in isOnTop() local
/frameworks/base/core/tests/coretests/src/android/util/
DListScenario.java577 public void requestRectangleOnScreen(int childIndex, final Rect rect) { in requestRectangleOnScreen()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java281 int childIndex = indexOfChild(child); in onViewAdded() local

12