Home
last modified time | relevance | path

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

12345678

/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutAndWidgetContainer.java84 View child = getChildAt(i); in getChildAt() local
104 View child = getChildAt(i); in onMeasure() local
119 public boolean addViewInLayout(View child, LayoutParams layoutParams) { in addViewInLayout()
123 public void setupLp(View child) { in setupLp()
146 public void measureChild(View child) { in measureChild()
190 final View child = getChildAt(i); in onLayout() local
201 public void layoutChild(View child) { in layoutChild()
250 public void requestChildFocus(View child, View focused) { in requestChildFocus()
266 final View child = getChildAt(i); in cancelLongPress() local
272 public void drawFolderLeaveBehindForIcon(FolderIcon child) { in drawFolderLeaveBehindForIcon()
[all …]
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()
103 final View child = parent.getChildAt(i); in dispatchInsets() local
DWorkspaceLayoutManager.java52 default void addInScreenFromBind(View child, ItemInfo info) { in addInScreenFromBind()
70 default void addInScreen(View child, ItemInfo info) { in addInScreen()
88 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/providers/MediaProvider/jni/
Dnode_test.cpp61 unique_node_ptr child = CreateNode(parent.get(), "subdir"); in TEST_F() local
89 unique_node_ptr child = CreateNode(parent.get(), "subdir"); in TEST_F() local
107 unique_node_ptr child = CreateNode(parent1.get(), "subdir"); in TEST_F() local
126 unique_node_ptr child = CreateNode(parent1.get(), "subdir"); in TEST_F() local
241 unique_node_ptr child = CreateNode(parent.get(), "subdir"); in TEST_F() local
253 unique_node_ptr child = CreateNode(parent.get(), "subdir"); in TEST_F() local
280 node* child = node::Create(parent.get(), "subdir", "", true, 0, 0, &lock_, 0, &tracker_); in TEST_F() local
292 unique_node_ptr child = CreateNode(parent.get(), "subdir"); in TEST_F() local
314 unique_node_ptr child = CreateNode(parent.get(), "subdir"); in TEST_F() local
325 unique_node_ptr child = CreateNode(parent.get(), "subdir"); in TEST_F() local
[all …]
/packages/modules/OnDevicePersonalization/tests/chronicletests/src/com/android/libraries/pcc/chronicle/test/
DChronicleApiPolicyTest.kt43 val child = PolicyField(listOf("parent", "child")) in testPolicyAllFields() constant
61 val child = in testPolicyAllRedactionLabels() constant
/packages/apps/Settings/tests/unit/src/com/android/settings/widget/
DPreferenceCategoryControllerTest.java59 final AbstractPreferenceController child = mock(AbstractPreferenceController.class); in isAvailable_childrenAvailable_true() local
69 final AbstractPreferenceController child = mock(AbstractPreferenceController.class); in isAvailable_childrenUnavailable_false() local
/packages/modules/Bluetooth/system/gd/packet/parser/
Dpacket_dependency.cc56 for (const auto child : parent->children_) { in CollectInitialParseAndMatchFields() local
114 for (auto& child : parent->children_) { in FinalizeParseAndMatchFields() local
131 for (auto& child : parent->children_) { in FinalizeParseAndMatchFields() local
/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DTreeTraverser.java104 AccessibilityNodeInfo child = node.getChild(i); in depthFirstSearch() local
127 AccessibilityNodeInfo child = node.getChild(i); in reverseDepthFirstSearch() local
158 AccessibilityNodeInfo child = node.getChild(i); in depthFirstSelect() 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
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DWorkspaceAccessibilityHelper.java93 View child = mView.getChildAt(x, y); in intersectsValidDropTarget() local
115 View child = mView.getChildAt(x, y); in getConfirmationForIconDrop() local
135 View child = mView.getChildAt(x, y); in getLocationDescriptionForIconDrop() local
DAccessibleDragListenerAdapter.java65 public void onChildViewAdded(View parent, View child) { in onChildViewAdded()
72 public void onChildViewRemoved(View parent, View child) { in onChildViewRemoved()
/packages/modules/Virtualization/compos/src/
Dcompos_key.rs32 let child = Command::new(COMPOS_KEY_HELPER_PATH) in get_data_from_helper() localVariable
46 let mut child = Command::new(COMPOS_KEY_HELPER_PATH) in sign() localVariable
/packages/modules/StatsD/statsd/src/matchers/
DCombinationAtomMatchingTracker.cpp65 for (const auto& child : matcher.matcher()) { in init() local
113 for (const int64_t child : combinationMatcher.matcher()) { in onConfigUpdated() local
144 const sp<AtomMatchingTracker>& child = allAtomMatchingTrackers[childIndex]; in onLogEvent() local
/packages/modules/StatsD/statsd/src/condition/
DCombinationConditionTracker.h59 for (const auto& child : mChildren) { in getChangedToTrueDimensions() local
71 for (const auto& child : mChildren) { in getChangedToFalseDimensions() local
DCombinationConditionTracker.cpp79 for (auto child : combinationCondition.predicate()) { in init() local
150 for (const int64_t child : combinationCondition.predicate()) { in onConfigUpdated() local
215 const sp<ConditionTracker>& child = mAllConditions[childIndex]; in evaluateCondition() local
/packages/modules/StatsD/statsd/src/
DFieldValue.cpp105 for (const auto& child : matcher.child()) { in translateFieldMatcher() local
115 for (const auto& child : matcher.child()) { in translateFieldMatcher() local
506 for (const auto& child : matcher.child()) { in HasPositionANY() local
518 for (const auto& child : matcher.child()) { in HasPositionALL() local
527 for (const auto& child : matcher.child()) { in HasPrimitiveRepeatedField() local
/packages/apps/Launcher3/src/com/android/launcher3/util/
DScrollableLayoutManager.java66 public void layoutDecorated(@NonNull View child, int left, int top, int right, int bottom) { in layoutDecorated()
72 public void layoutDecoratedWithMargins(@NonNull View child, int left, int top, int right, in layoutDecoratedWithMargins()
78 private void updateCachedSize(@NonNull View child) { in updateCachedSize()
101 View child = getChildAt(0); in computeVerticalScrollOffset() local
/packages/modules/StatsD/statsd/tests/
DFieldValue_test.cpp76 FieldMatcher* child = matcher1.add_child(); in TEST() local
97 FieldMatcher* child = matcher1.add_child(); in TEST() local
118 FieldMatcher* child = matcher1.add_child(); in TEST() local
164 FieldMatcher* child = matcher.add_child(); in TEST() local
186 FieldMatcher* child = matcher.add_child(); in TEST() local
208 FieldMatcher* child = matcher.add_child(); in TEST() local
234 FieldMatcher* child = matcher.add_child(); in TEST() local
256 FieldMatcher* child = matcher.add_child(); in TEST() local
281 FieldMatcher* child = matcher.add_child(); in TEST() local
306 FieldMatcher* child = matcher.add_child(); in TEST() 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/dragndrop/
DDragLayer.java200 public boolean onRequestSendAccessibilityEvent(View child, AccessibilityEvent event) { in onRequestSendAccessibilityEvent()
238 public void animateViewIntoPosition(DragView dragView, final View child, View anchorView) { in animateViewIntoPosition()
242 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition()
408 public void onViewAdded(View child) { in onViewAdded()
415 public void onViewRemoved(View child) { in onViewRemoved()
422 public void bringChildToFront(View child) { in bringChildToFront()
/packages/apps/Calendar/src/com/android/calendar/month/
DSimpleDayPickerFragment.kt208 val child = mListView?.getChildAt(0) as? SimpleWeekView in onActivityCreated() constant
380 var child: View? in goTo() variable
449 val child = view.getChildAt(0) as? SimpleWeekView in onScroll() constant
479 var child = view?.getChildAt(0) as? SimpleWeekView in updateMonthHighlight() variable
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java137 public void onChildViewAdded(View parent, View child) { in onChildViewAdded()
142 public void onChildViewRemoved(View parent, View child) { in onChildViewRemoved()
213 View child = mHotseat.getChildAt( in fillGapsWithPrediction() local
344 View child = vg.getChildAt(i); in getPredictedIcons() local
497 View child = mHotseat.getChildAt(cellX, cellY); in onDeferredDrop() 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

12345678