Searched refs:childCount (Results 51 - 75 of 122) sorted by relevance

12345

/frameworks/base/core/java/com/android/internal/widget/
H A DNotificationActionListLayout.java166 final int childCount = getChildCount();
167 for (int i = 0; i < childCount; i++) {
H A DAutoScrollHelper.java899 final int childCount = target.getChildCount();
901 final int lastPosition = firstPosition + childCount;
906 final View lastView = target.getChildAt(childCount - 1);
H A DViewPager.java616 protected int getChildDrawingOrder(int childCount, int i) { argument
617 final int index = mDrawingOrder == DRAW_ORDER_REVERSE ? childCount - 1 - i : i;
875 final int childCount = getChildCount();
876 for (int i = 0; i < childCount; i++) {
1048 final int childCount = getChildCount();
1049 for (int i = 0; i < childCount; i++) {
1097 final int childCount = getChildCount();
1098 for (int i = 0; i < childCount; i++) {
1696 final int childCount = getChildCount();
1697 for (int i = 0; i < childCount;
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java62 int childCount = getChildCount();
63 for (int i = 0; i < childCount; i++) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java183 final int childCount = mNotificationIcons.getChildCount();
184 for (int i = 0; i < childCount; i++) {
/frameworks/support/core-ui/tests/java/android/support/v4/view/
H A DViewPagerActions.java353 final int childCount = pagerStrip.getChildCount();
354 for (int i = 0; i < childCount; i++) {
/frameworks/support/design/tests/src/android/support/design/testutils/
H A DTestUtilsActions.java61 final int childCount = viewGroup.getChildCount();
63 for (int i = 0; i < childCount; i++) {
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
H A DTestUtilsMatchers.java362 final int childCount = view.getChildCount();
363 for (int i = 0; i < childCount; i++) {
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseRecyclerViewAnimationsTest.java378 final int childCount = getChildCount();
379 for (int i = 0; i < childCount; i++) {
391 int childCount = getChildCount();
393 for (int i = 0; i < childCount; i++) {
401 for (int i = 0; i < childCount; i++) {
H A DBaseStaggeredGridLayoutManagerTest.java666 final int childCount = getChildCount();
667 for (int i = 0; i < childCount; i++) {
678 int childCount = getChildCount();
682 for (int i = 0; i < childCount; i++) {
726 final int childCount = getChildCount();
727 for (int i = 0; i < childCount; i++) {
/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java930 final int childCount = current.getChildCount();
931 for (int j = 0; j < childCount; j++) {
972 final int childCount = children.size();
973 for (int i = 0; i < childCount; i++) {
1011 final int childCount = children.size();
1012 for (int i = 0; i < childCount; i++) {
1113 final int childCount = parent.getChildCount();
1114 for (int i = 0; i < childCount; i++) {
1138 final int childCount = root.getChildCount();
1139 for (int i = 0; i < childCount;
[all...]
/frameworks/base/core/java/android/widget/
H A DFastScroller.java513 public void onItemCountChanged(int childCount, int itemCount) { argument
514 if (mOldItemCount != itemCount || mOldChildCount != childCount) {
516 mOldChildCount = childCount;
518 final boolean hasMoreItems = itemCount - childCount > 0;
521 setThumbPos(getPosFromItemCount(firstVisibleItem, childCount, itemCount));
524 updateLongList(childCount, itemCount);
528 private void updateLongList(int childCount, int itemCount) { argument
529 final boolean longList = childCount > 0 && itemCount / childCount >= MIN_PAGES;
H A DAbsSpinner.java254 final int childCount = getChildCount();
259 for (int i = 0; i < childCount; i++) {
H A DToolbar.java1537 final int childCount = getChildCount();
1538 for (int i = 0; i < childCount; i++) {
1621 final int childCount = getChildCount();
1622 for (int i = 0; i < childCount; i++) {
1992 final int childCount = getChildCount();
1998 for (int i = childCount - 1; i >= 0; i--) {
2007 for (int i = 0; i < childCount; i++) {
2087 final int childCount = getChildCount();
2089 for (int i = childCount - 1; i >= 0; i--) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java922 int childCount = getChildCount();
923 for (int i = 0; i < childCount; i++) {
1718 final int childCount = getChildCount();
1720 for (int index = 0; index < childCount; index++) {
1956 final int childCount = getChildCount();
1958 for (int i = 0; i < childCount; i++) {
1962 for (int i = 0; i < childCount; i++) {
1969 final int childCount = getChildCount();
1971 for (int i = 0; i < childCount; i++) {
1975 for (int i = 0; i < childCount;
3085 getChildDrawingOrder(RecyclerView recyclerView, int childCount, int i) argument
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java1602 final int childCount = mChildHelper.getChildCount();
1603 for (int i = 0; i < childCount; i++) {
3489 final int childCount = mChildHelper.getChildCount();
3490 for (int i = 0; i < childCount; i++) {
3645 final int childCount = mChildHelper.getUnfilteredChildCount();
3646 for (int i = 0; i < childCount; i++) {
3766 final int childCount = mChildHelper.getUnfilteredChildCount();
3767 for (int i = 0; i < childCount; i++) {
3780 final int childCount = mChildHelper.getUnfilteredChildCount();
3781 for (int i = 0; i < childCount;
11913 getChildDrawingOrder(int childCount, int i) argument
11940 onGetChildDrawingOrder(int childCount, int i) argument
[all...]
H A DLinearLayoutManager.java394 final int childCount = getChildCount();
395 if (childCount == 0) {
400 if (viewPosition >= 0 && viewPosition < childCount) {
1292 final int childCount = getChildCount();
1294 for (int i = childCount - 1; i >= 0; i--) {
1299 recycleChildren(recycler, childCount - 1, i);
1304 for (int i = 0; i < childCount; i++) {
1328 final int childCount = getChildCount();
1338 for (int i = 0; i < childCount; i++) {
1348 for (int i = childCount
[all...]
/frameworks/native/cmds/installd/
H A Dutils.h40 int32_t childCount; member in struct:android::installd::cache_dir_struct
H A Dutils.cpp615 dir->childCount = 0;
633 parent->childCount++;
666 dir->childCount++;
956 dir->parent->childCount--;
958 if (dir->parent->childCount <= 0) {
993 if (dir->childCount <= 0 && !dir->deleted) {
1013 file->dir->childCount--;
1014 if (file->dir->childCount <= 0) {
/frameworks/support/core-ui/java/android/support/v4/view/
H A DViewPager.java829 protected int getChildDrawingOrder(int childCount, int i) { argument
830 final int index = mDrawingOrder == DRAW_ORDER_REVERSE ? childCount - 1 - i : i;
1105 final int childCount = getChildCount();
1106 for (int i = 0; i < childCount; i++) {
1276 final int childCount = getChildCount();
1277 for (int i = 0; i < childCount; i++) {
1316 final int childCount = getChildCount();
1317 for (int i = 0; i < childCount; i++) {
1894 final int childCount = getChildCount();
1895 for (int i = 0; i < childCount;
[all...]
/frameworks/base/core/java/android/app/
H A DFragmentBreadCrumbs.java197 final int childCount = getChildCount();
198 if (childCount == 0) {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java361 final int childCount = mRecyclerView.getChildCount();
362 if (childCount > 0) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DUtilities.java298 int childCount = vg.getChildCount();
299 for (int i = 0; i < childCount; i++) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java1732 int childCount = getChildCount();
1733 for (int i = 0; i < childCount; i++) {
1747 int childCount = getChildCount();
1748 for (int i = 0; i < childCount; i++) {
1765 int childCount = getChildCount();
1766 for (int i = 0; i < childCount; i++) {
1779 int childCount = getChildCount();
1780 for (int i = childCount - 1; i >= 0; i--) {
1793 int childCount = getChildCount();
1795 for (int i = 0; i < childCount;
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbar.java1559 final int childCount = getChildCount();
1560 for (int i = 0; i < childCount; i++) {
1648 final int childCount = getChildCount();
1649 for (int i = 0; i < childCount; i++) {
2023 final int childCount = getChildCount();
2030 for (int i = childCount - 1; i >= 0; i--) {
2039 for (int i = 0; i < childCount; i++) {
2121 final int childCount = getChildCount();
2123 for (int i = childCount - 1; i >= 0; i--) {

Completed in 749 milliseconds

12345