Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsDialogMeasureAdapter.java117 final int numChildren = mView.getChildCount(); in onMeasureInternalPortrait() local
216 final int numChildren = mView.getChildCount(); in onMeasureInternalLandscape() local
DAuthBiometricView.java817 final int numChildren = getChildCount(); in onMeasureInternal() local
/frameworks/base/core/java/com/android/internal/widget/
DNotificationActionListLayout.java82 final int numChildren = getChildCount(); in countAndRebuildMeasureOrder() local
127 final int numChildren = getChildCount(); in measureAndGetUsedWidth() local
/frameworks/base/core/java/android/widget/
DGallery.java507 int numChildren = getChildCount(); in detachOffScreenChildren() local
725 int numChildren = getChildCount(); in fillToGalleryLeftRtl() local
828 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
DRemoteViews.java2351 private static void setNextRecyclableChild(ViewGroup vg, int nextChild, int numChildren) { in setNextRecyclableChild()
/frameworks/base/core/java/android/view/
DGhostView.java175 final int numChildren = viewGroup.getChildCount(); in moveGhostViewsToTop() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java262 public ExpandableNotificationRow createGroup(int numChildren) throws Exception { in createGroup()
/frameworks/base/core/java/android/animation/
DLayoutTransition.java772 int numChildren = parent.getChildCount(); in runChangeTransition() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanel.java263 int numChildren = getChildCount(); in onMeasure() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java430 int numChildren = getChildCount(); in dump() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java256 int numChildren = mHostView.getChildCount(); in resetChildViewStates() local
DNotificationStackScrollLayout.java4461 int numChildren = getChildCount(); in applyCurrentState() local
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java184 int numChildren; field in AssistStructure.ViewStackEntry
746 final int numChildren = in.readInt(); in ViewNode() local