Home
last modified time | relevance | path

Searched defs:numChildren (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManagerTest.java269 private ExpandableNotificationRow createBlockableGroupRowSpy(int numChildren) throws Exception { in createBlockableGroupRowSpy()
/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceRefcountedResourceTest.java330 int numChildren = ThreadLocalRandom.current().nextInt(0, resources.size() + 1); in fuzzTest() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationTestHelper.java138 public ExpandableNotificationRow createGroup(int numChildren) throws Exception { in createGroup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelper.java351 int numChildren = children.size(); in checkShouldTransferBack() local
/frameworks/base/core/java/android/widget/
DGallery.java506 int numChildren = getChildCount(); in detachOffScreenChildren() local
724 int numChildren = getChildCount(); in fillToGalleryLeftRtl() local
827 int numChildren = getChildCount(); in fillToGalleryRightLtr() local
DListView.java2612 final int numChildren = getChildCount(); in handleHorizontalFocusWithinListItem() local
2840 final int numChildren = getChildCount(); in handleNewSelectionChange() local
2862 private void measureAndAdjustDown(View child, int childIndex, int numChildren) { in measureAndAdjustDown()
2941 int numChildren = getChildCount(); in amountToScroll() local
/frameworks/base/core/java/android/view/
DGhostView.java175 final int numChildren = viewGroup.getChildCount(); in moveGhostViewsToTop() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java116 int numChildren = mHostView.getChildCount(); in resetChildViewStates() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanel.java158 int numChildren = getChildCount(); in onMeasure() local
/frameworks/base/core/java/android/animation/
DLayoutTransition.java772 int numChildren = parent.getChildCount(); in runChangeTransition() local
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java185 int numChildren; field in AssistStructure.ViewStackEntry