Home
last modified time | relevance | path

Searched defs:child (Results 1 – 25 of 129) 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/apps/Settings/tests/robotests/src/com/android/settings/widget/
DPreferenceCategoryControllerTest.java58 final AbstractPreferenceController child = mock(AbstractPreferenceController.class); in isAvailable_childrenAvailable_true() local
68 final AbstractPreferenceController child = mock(AbstractPreferenceController.class); in isAvailable_childrenUnavailable_false() local
/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutAndWidgetContainer.java66 View child = getChildAt(i); in getChildAt() local
86 View child = getChildAt(i); in onMeasure() local
93 public void setupLp(View child) { in setupLp()
114 public void measureChild(View child) { in measureChild()
145 final View child = getChildAt(i); in onLayout() local
195 public void requestChildFocus(View child, View focused) { in requestChildFocus()
211 final View child = getChildAt(i); in cancelLongPress() local
DInsettableFrameLayout.java25 public void setFrameLayoutChildInsets(View child, Rect newInsets, Rect oldInsets) { in setFrameLayoutChildInsets()
43 final View child = getChildAt(i); in setInsets() local
92 public void onViewAdded(View child) { in onViewAdded()
100 final View child = parent.getChildAt(i); in dispatchInsets() local
DWorkspaceLayoutManager.java39 default void addInScreenFromBind(View child, ItemInfo info) { in addInScreenFromBind()
54 default void addInScreen(View child, ItemInfo info) { in addInScreen()
70 default void addInScreen(View child, int container, int screenId, int x, int y, in addInScreen()
/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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/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/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.java101 View child = mView.getChildAt(x, y); in intersectsValidDropTarget() local
123 View child = mView.getChildAt(x, y); in getConfirmationForIconDrop() local
163 View child = mView.getChildAt(x, y); in getLocationDescriptionForIconDrop() local
/packages/apps/TV/src/com/android/tv/guide/
DProgramRow.java86 public void onViewAdded(View child) { in onViewAdded()
214 public void onChildDetachedFromWindow(View child) { in onChildDetachedFromWindow()
241 public void onChildAttachedToWindow(View child) { in onChildAttachedToWindow()
281 View child = getChildAt(i); in onRequestFocusInDescendants() local
339 ProgramItemView child = (ProgramItemView) getChildAt(i); in updateChildVisibleArea() local
DProgramRowAccessibilityDelegate.java57 ViewGroup host, View child, AccessibilityEvent event) { in onRequestSendAccessibilityEvent()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsStore.java138 updateAllIcons((child) -> { in updateNotificationDots() argument
149 updateAllIcons((child) -> { in updatePromiseAppProgress() argument
162 View child = parent.getChildAt(j); in updateAllIcons() local
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java199 public boolean onRequestSendAccessibilityEvent(View child, AccessibilityEvent event) { in onRequestSendAccessibilityEvent()
248 public void animateViewIntoPosition(DragView dragView, final View child, View anchorView) { in animateViewIntoPosition()
252 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition()
473 public void onViewAdded(View child) { in onViewAdded()
480 public void onViewRemoved(View child) { in onViewRemoved()
487 public void bringChildToFront(View child) { in bringChildToFront()
563 final View child = getChildAt(i); in onMeasure() local
570 final View child = getChildAt(i); in onMeasure() local
602 final View child = getChildAt(i); in onLayout() local
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DNavigableAppWidgetHostView.java113 public void requestChildFocus(View child, View focused) { in requestChildFocus()
122 public void clearChildFocus(View child) { in clearChildFocus()
/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/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/apps/Dialer/java/com/android/dialer/app/list/
DContentChangedFilter.java48 ViewGroup host, View child, AccessibilityEvent event) { in onRequestSendAccessibilityEvent()
/packages/apps/Contacts/src/com/android/contacts/editor/
DViewSelectedFilter.java47 ViewGroup host, View child,AccessibilityEvent event) { in onRequestSendAccessibilityEvent()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationFooterLayout.java189 final View child = mIconRow.getChildAt(i); in animateFirstNotificationTo() local
197 private void removeViewFromIconRow(View child) { in removeViewFromIconRow()
220 View child = mIconRow.getChildAt(i); in trimNotifications() local
/packages/services/Car/procfs-inspector/server/
Ddirectory.cpp32 procfsinspector::Directory::Entry::Entry(std::string parent, std::string child) : in Entry()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/p2p/
DP2pCategoryPreferenceController.java55 public void addChild(Preference child) { in addChild()
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
DViewGroupFocusHelper.java52 private void computeLocationRelativeToContainer(View child, Rect outRect) { in computeLocationRelativeToContainer()
/packages/apps/Settings/src/com/android/settings/wifi/p2p/
DP2pCategoryPreferenceController.java55 public void addChild(Preference child) { in addChild()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/fallback/
DFallbackRecentsView.java73 public void onViewAdded(View child) { in onViewAdded()
79 public void onViewRemoved(View child) { in onViewRemoved()

123456