/frameworks/base/core/java/com/android/internal/view/menu/ |
D | BaseMenuPresenter.java | 87 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()
|
D | IconMenuPresenter.java | 72 public boolean shouldIncludeItem(int childIndex, MenuItemImpl item) { in shouldIncludeItem()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/ |
D | PrintOptionsLayout.java | 73 final int childIndex = row * mColumnCount + col; in onMeasure() local 139 final int childIndex; in onLayout() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationDecoratedCustomViewWrapper.java | 48 Integer childIndex = (Integer) container.getTag( in getWrappedCustomView() local
|
/frameworks/base/core/java/com/android/internal/app/ |
D | MicroAlertController.java | 78 final int childIndex = scrollParent.indexOfChild(mScrollView); in setupContent() local
|
/frameworks/base/core/java/android/widget/ |
D | ViewAnimator.java | 161 void showOnly(int childIndex, boolean animate) { in showOnly() 187 void showOnly(int childIndex) { in showOnly()
|
D | TableRow.java | 183 int measureNullChild(int childIndex) { in measureNullChild() 191 void measureChildBeforeLayout(View child, int childIndex, in measureChildBeforeLayout()
|
D | LinearLayout.java | 734 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
|
D | ActionMenuPresenter.java | 267 public boolean shouldIncludeItem(int childIndex, MenuItemImpl item) { in shouldIncludeItem() 490 public boolean filterLeftoverView(ViewGroup parent, int childIndex) { in filterLeftoverView()
|
D | TabWidget.java | 170 void measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout()
|
D | StackView.java | 427 void showOnly(int childIndex, boolean animate) { in showOnly()
|
D | TableLayout.java | 453 void measureChildBeforeLayout(View child, int childIndex, in measureChildBeforeLayout()
|
D | AdapterViewAnimator.java | 460 void showOnly(int childIndex, boolean animate) { in showOnly()
|
D | ActionMenuView.java | 724 protected boolean hasDividerBeforeChildAt(int childIndex) { in hasDividerBeforeChildAt()
|
D | ListView.java | 1225 final int childIndex = mPosition - mFirstPosition; in run() local 2862 private void measureAndAdjustDown(View child, int childIndex, int numChildren) { in measureAndAdjustDown()
|
D | ExpandableListView.java | 530 void drawDivider(Canvas canvas, Rect bounds, int childIndex) { in drawDivider()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/ |
D | ItemGroup.java | 133 final int childIndex = identityIndexOf(children, child); in removeChild() local 195 private int getChildPosition(int childIndex) { in getChildPosition()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | ListDumper.java | 61 topEntryIndex + "." + childIndex, in dumpTree() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationChildrenContainer.java | 269 public void addNotification(ExpandableNotificationRow row, int childIndex) { in addNotification()
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 2054 final int childIndex = getAndVerifyPreorderedIndex(childrenCount, i, customOrder); in onResolvePointerIcon() local 2094 final int childIndex; in getAndVerifyPreorderedIndex() local 2136 final int childIndex = getAndVerifyPreorderedIndex( in dispatchHoverEvent() local 2356 final int childIndex = in dispatchTooltipHoverEvent() local 2544 final int childIndex = getAndVerifyPreorderedIndex(childrenCount, i, customOrder); in dispatchGenericPointerEvent() local 2712 final int childIndex = getAndVerifyPreorderedIndex( in dispatchTouchEvent() local 3590 int childIndex; in dispatchProvideStructure() local 3721 final int childIndex = getAndVerifyPreorderedIndex(childrenCount, i, customOrder); in populateChildrenForAutofill() local 3750 final int childIndex = getAndVerifyPreorderedIndex(childrenCount, i, customOrder); in populateChildrenForContentCapture() local 3762 int childIndex) { in getAndVerifyPreorderedView() [all …]
|
D | GhostView.java | 334 int childIndex = customOrder ? parent.getChildDrawingOrder(childrenCount, i) : i; in isOnTop() local
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | NotificationActionListLayout.java | 273 final int childIndex = start + dir * i; in onLayout() local
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | ListScenario.java | 577 public void requestRectangleOnScreen(int childIndex, final Rect rect) { in requestRectangleOnScreen()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationIconContainer.java | 294 int childIndex = indexOfChild(child); in onViewAdded() local
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | AdaptiveIconDrawable.java | 472 int childIndex = 0; in inflateLayers() local
|