Home
last modified time | relevance | path

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

12

/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
DBaseMenuPresenter.java89 int childIndex = 0; in updateMenuView() local
128 protected void addItemView(View itemView, int childIndex) { in addItemView()
142 protected boolean filterLeftoverView(ViewGroup parent, int childIndex) { in filterLeftoverView()
201 public boolean shouldIncludeItem(int childIndex, MenuItemImpl item) { in shouldIncludeItem()
/frameworks/base/core/java/com/android/internal/view/menu/
DBaseMenuPresenter.java85 int childIndex = 0; in updateMenuView() local
124 protected void addItemView(View itemView, int childIndex) { in addItemView()
138 protected boolean filterLeftoverView(ViewGroup parent, int childIndex) { in filterLeftoverView()
197 public boolean shouldIncludeItem(int childIndex, MenuItemImpl item) { in shouldIncludeItem()
DIconMenuPresenter.java70 public boolean shouldIncludeItem(int childIndex, MenuItemImpl item) { in shouldIncludeItem()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintOptionsLayout.java72 final int childIndex = row * mColumnCount + col; in onMeasure() local
137 final int childIndex = row * mColumnCount + col; in onLayout() local
/frameworks/base/core/java/android/widget/
DViewAnimator.java150 void showOnly(int childIndex, boolean animate) { in showOnly()
176 void showOnly(int childIndex) { in showOnly()
DTableRow.java182 int measureNullChild(int childIndex) { in measureNullChild()
190 void measureChildBeforeLayout(View child, int childIndex, in measureChildBeforeLayout()
DLinearLayout.java643 protected boolean hasDividerBeforeChildAt(int childIndex) { in hasDividerBeforeChildAt()
660 private boolean allViewsAreGoneBefore(int childIndex) { in allViewsAreGoneBefore()
1445 int measureNullChild(int childIndex) { in measureNullChild()
1462 void measureChildBeforeLayout(View child, int childIndex, in measureChildBeforeLayout()
1669 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.java154 void measureChildBeforeLayout(View child, int childIndex, in measureChildBeforeLayout()
DStackView.java424 void showOnly(int childIndex, boolean animate) { in showOnly()
DTableLayout.java452 void measureChildBeforeLayout(View child, int childIndex, in measureChildBeforeLayout()
DActionMenuView.java716 protected boolean hasDividerBeforeChildAt(int childIndex) { in hasDividerBeforeChildAt()
DAdapterViewAnimator.java458 void showOnly(int childIndex, boolean animate) { in showOnly()
DExpandableListView.java521 void drawDivider(Canvas canvas, Rect bounds, int childIndex) { in drawDivider()
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
DResourceExpr.java178 private String getChildCode(int childIndex, String defaultValue) { in getChildCode()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationChildrenContainer.java159 public void addNotification(ExpandableNotificationRow row, int childIndex) { in addNotification()
DStackScrollAlgorithm.java322 int childIndex = algorithmState.visibleChildren.indexOf(draggedView); in handleDraggedViews() local
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DLinearLayoutCompat.java560 protected boolean hasDividerBeforeChildAt(int childIndex) { in hasDividerBeforeChildAt()
1353 int measureNullChild(int childIndex) { in measureNullChild()
1370 void measureChildBeforeLayout(View child, int childIndex, in measureChildBeforeLayout()
1567 int childIndex = start + dir * i; in layoutHorizontal() local
DActionMenuPresenter.java222 public boolean shouldIncludeItem(int childIndex, MenuItemImpl item) { in shouldIncludeItem()
280 public boolean filterLeftoverView(ViewGroup parent, int childIndex) { in filterLeftoverView()
DActionMenuView.java718 protected boolean hasSupportDividerBeforeChildAt(int childIndex) { in hasSupportDividerBeforeChildAt()
/frameworks/base/core/java/android/view/
DGhostView.java327 int childIndex = customOrder ? parent.getChildDrawingOrder(childrenCount, i) : i; in isOnTop() local
DViewGroup.java1723 int childIndex = customOrder ? getChildDrawingOrder(childrenCount, i) : i; in dispatchHoverEvent() local
2010 int childIndex = customOrder ? getChildDrawingOrder(childrenCount, i) : i; in dispatchGenericPointerEvent() local
2165 final int childIndex = customOrder in dispatchTouchEvent() local
2911 int childIndex; in dispatchProvideStructure() local
3395 int childIndex = customOrder ? getChildDrawingOrder(childrenCount, i) : i; in dispatchDraw() local
3528 int childIndex = useCustomOrder ? getChildDrawingOrder(mChildrenCount, i) : i; in buildOrderedChildList() local
/frameworks/base/core/tests/coretests/src/android/util/
DListScenario.java574 public void requestRectangleOnScreen(int childIndex, final Rect rect) { in requestRectangleOnScreen()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAlertController.java539 final int childIndex = scrollParent.indexOfChild(mScrollView); in setupContent() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java205 public void addChildNotification(ExpandableNotificationRow row, int childIndex) { in addChildNotification()

12