Home
last modified time | relevance | path

Searched defs:child (Results 1 – 25 of 131) sorted by relevance

123456

/packages/apps/DeskClock/src/com/android/deskclock/widget/toast/
DSnackbarSlidingBehavior.java36 public boolean layoutDependsOn(CoordinatorLayout parent, View child, View dependency) { in layoutDependsOn()
41 public boolean onDependentViewChanged(CoordinatorLayout parent, View child, View dependency) { in onDependentViewChanged()
47 public void onDependentViewRemoved(CoordinatorLayout parent, View child, View dependency) { in onDependentViewRemoved()
52 public boolean onLayoutChild(CoordinatorLayout parent, View child, int layoutDirection) { in onLayoutChild()
57 private void updateTranslationY(CoordinatorLayout parent, View child) { in updateTranslationY()
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
DCardPanel.java55 public void addView(View child, int index) { in addView()
80 public boolean childViewExists(View child) { in childViewExists()
85 public void moveChildBehindTheTop(View child) { in moveChildBehindTheTop()
109 View child = mOrderedChildren.get(i); in getTopVisibleChild() local
120 View child = getChildAt(i); in getChildOrNull() local
131 View child = getChildAt(i); in getVisibleChildOrNull() local
/packages/apps/Launcher2/src/com/android/launcher2/
DHideFromAccessibilityHelper.java50 View child = vg.getChildAt(i); in setImportantForAccessibilityToNoHelper() local
82 View child = vg.getChildAt(i); in restoreImportantForAccessibilityHelper() local
90 public void onChildViewAdded(View parent, View child) { in onChildViewAdded()
96 public void onChildViewRemoved(View parent, View child) { in onChildViewRemoved()
DShortcutAndWidgetContainer.java63 View child = getChildAt(i); in getChildAt() local
83 final View child = getChildAt(i); in dispatchDraw() local
96 View child = getChildAt(i); in onMeasure() local
114 public void measureChild(View child) { in measureChild()
138 final View child = getChildAt(i); in onLayout() local
166 public void requestChildFocus(View child, View focused) { in requestChildFocus()
182 final View child = getChildAt(i); in cancelLongPress() local
DPagedViewCellLayoutChildren.java50 final View child = getChildAt(i); in cancelLongPress() local
68 public void requestChildFocus(View child, View focused) { in requestChildFocus()
91 View child = getChildAt(i); in onMeasure() local
119 View child = getChildAt(i); in onLayout() local
132 View child = getChildAt(i); in onLayout() local
DPagedViewCellLayout.java96 final View child = getChildAt(i); in cancelLongPress() local
101 public boolean addViewToCellLayout(View child, int index, int childId, in addViewToCellLayout()
211 View child = getChildAt(i); in onMeasure() local
246 View child = getChildAt(i); in onLayout() local
258 View child = getChildOnPageAt(count - 1); in onTouchEvent() local
308 void onDragChild(View child) { in onDragChild()
DDragLayer.java226 public boolean onRequestSendAccessibilityEvent(View child, AccessibilityEvent event) { in onRequestSendAccessibilityEvent()
306 public float getLocationInDragLayer(View child, int[] loc) { in getLocationInDragLayer()
411 View child = getChildAt(i); in onLayout() local
454 public void animateViewIntoPosition(DragView dragView, final View child) { in animateViewIntoPosition()
470 public void animateViewIntoPosition(DragView dragView, final View child, in animateViewIntoPosition()
475 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition()
719 public void onChildViewAdded(View parent, View child) { in onChildViewAdded()
724 public void onChildViewRemoved(View parent, View child) { in onChildViewRemoved()
/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutAndWidgetContainer.java61 View child = getChildAt(i); in getChildAt() local
81 View child = getChildAt(i); in onMeasure() local
88 public void setupLp(View child) { in setupLp()
109 public void measureChild(View child) { in measureChild()
145 final View child = getChildAt(i); in onLayout() local
186 public void requestChildFocus(View child, View focused) { in requestChildFocus()
202 final View child = getChildAt(i); in cancelLongPress() local
DInsettableFrameLayout.java30 public void setFrameLayoutChildInsets(View child, Rect newInsets, Rect oldInsets) { in setFrameLayoutChildInsets()
52 final View child = getChildAt(i); in setInsets() local
101 public void onChildViewAdded(View parent, View child) { in onChildViewAdded()
106 public void onChildViewRemoved(View parent, View child) { in onChildViewRemoved()
/packages/apps/Gallery/src/com/android/camera/
DEvenlySpacedLayout.java54 View child = getChildAt(i); in onMeasure() local
75 View child = getChildAt(i); in layoutHorizontal() local
86 View child = getChildAt(i); in layoutHorizontal() local
102 View child = getChildAt(i); in layoutVertical() local
113 View child = getChildAt(i); in layoutVertical() local
/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java333 final View child = getVirtualChildAt(i); in drawDividersVertical() local
345 final View child = getVirtualChildAt(count - 1); in drawDividersVertical() local
361 final View child = getVirtualChildAt(i); in drawDividersHorizontal() local
378 final View child = getVirtualChildAt(count - 1); in drawDividersHorizontal() local
476 final View child = getChildAt(mBaselineAlignedChildIndex); in getBaseline() local
665 final View child = getVirtualChildAt(i); in measureVertical() local
784 final View child = getVirtualChildAt(i); in measureVertical() local
827 final View child = getVirtualChildAt(i); in measureVertical() local
920 final View child = getVirtualChildAt(i); in measureVertical() local
962 final View child = getVirtualChildAt(i); in forceUniformWidth() local
[all …]
/packages/apps/TV/src/com/android/tv/guide/
DProgramRow.java87 public void onViewAdded(View child) { in onViewAdded()
195 public void onChildDetachedFromWindow(View child) { in onChildDetachedFromWindow()
222 public void onChildAttachedToWindow(View child) { in onChildAttachedToWindow()
255 View child = getChildAt(i); in onRequestFocusInDescendants() local
313 ProgramItemView child = (ProgramItemView) getChildAt(i); in updateChildVisibleArea() local
/packages/apps/Settings/src/com/android/settings/dashboard/
DDashboardDecorator.java44 final View child = parent.getChildAt(i); in onDrawOver() local
62 private int getChildTop(View child) { in getChildTop()
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DStackLayout.java37 final View child = getChildAt(0); in onMeasure() local
53 final View child = getChildAt(i); in onLayout() local
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DWorkspaceAccessibilityHelper.java100 View child = mView.getChildAt(x, y); in intersectsValidDropTarget() local
122 View child = mView.getChildAt(x, y); in getConfirmationForIconDrop() local
162 View child = mView.getChildAt(x, y); in getLocationDescriptionForIconDrop() local
/packages/services/Car/car-support-lib/src/android/support/car/ui/
DCarLayoutManager.java515 View child, View focused) { in onRequestChildFocus()
624 View child = getChildAt(i); in getFirstFullyVisibleChildIndex() local
650 View child = getChildAt(i); in getLastFullyVisibleChildIndex() local
925 final View child = getChildAt(i); in recycleChildrenFromStart() local
938 final View child = getChildAt(0); in recycleChildrenFromStart() local
961 final View child = getChildAt(i); in recycleChildrenFromEnd() local
974 final View child = getChildAt(firstDetachedPos); in recycleChildrenFromEnd() local
1013 View child = getChildAt(i); in offsetRowsIndividually() local
1036 View child = getChildAt(i); in offsetRowsIndividually() local
1109 View child = getChildAt(i); in offsetRowsByPage() local
[all …]
DMaxWidthLayout.java76 final View child = getChildAt(i); in onMeasure() local
85 final View child = matchParentChildren.get(i); in onMeasure() local
/packages/apps/MusicFX/src/com/android/musicfx/
DSeekBarRotator.java52 final View child = getChildAt(0); in onMeasure() local
69 final View child = getChildAt(0); in onLayout() local
/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculatorScrollView.java53 protected void measureChild(View child, int parentWidthMeasureSpec, in measureChild()
69 protected void measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, in measureChildWithMargins()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DSimpleScrollAdapterTransform.java48 public void transform(View child, int distanceFromCenter, int distanceFromCenter2ndAxis) { in transform()
61 int distanceFromCenter, Animator animator, View child) { in applyTransformationRecursive()
/packages/experimental/TestBack/src/foo/bar/testback/
DTestBackService.java117 AccessibilityNodeInfo child = root.getChild(i); in dumpTree() local
130 AccessibilityNodeInfo child = root.getChild(i); in dumpTree() local
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationFooterLayout.java186 final View child = mIconRow.getChildAt(i); in animateFirstNotificationTo() local
194 private void removeViewFromIconRow(View child) { in removeViewFromIconRow()
227 View child = mIconRow.getChildAt(i); in trimNotifications() local
/packages/apps/Calendar/src/com/android/calendar/month/
DSimpleDayPickerFragment.java233 SimpleWeekView child = (SimpleWeekView) mListView.getChildAt(0); in onActivityCreated() local
406 View child; in goTo() local
474 SimpleWeekView child = (SimpleWeekView)view.getChildAt(0); in onScroll() local
505 SimpleWeekView child = (SimpleWeekView) view.getChildAt(0); in updateMonthHighlight() local
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DMiniDrawerView.java132 View child; in refresh() local
182 final View child = getChildAt(i); in onMeasure() local
198 final View child = getChildAt(i); in onLayout() local
/packages/apps/Contacts/src/com/android/contacts/editor/
DViewSelectedFilter.java47 ViewGroup host, View child,AccessibilityEvent event) { in onRequestSendAccessibilityEvent()

123456