Home
last modified time | relevance | path

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

12345678910>>...12

/frameworks/base/core/java/android/view/
DViewParent.java54 public void requestTransparentRegion(View child); in requestTransparentRegion()
62 public void invalidateChild(View child, Rect r); in invalidateChild()
102 public void requestChildFocus(View child, View focused); in requestChildFocus()
110 public void recomputeViewAttributes(View child); in recomputeViewAttributes()
117 public void clearChildFocus(View child); in clearChildFocus()
139 public boolean getChildVisibleRect(View child, Rect r, android.graphics.Point offset); in getChildVisibleRect()
160 public void bringChildToFront(View child); in bringChildToFront()
259 public void childDrawableStateChanged(View child); in childDrawableStateChanged()
298 public boolean requestChildRectangleOnScreen(View child, Rect rectangle, in requestChildRectangleOnScreen()
317 public boolean requestSendAccessibilityEvent(View child, AccessibilityEvent event); in requestSendAccessibilityEvent()
[all …]
DViewGroup.java720 public void requestChildFocus(View child, View focused) { in requestChildFocus()
847 View child = getChildAt(i); in dispatchActivityResult() local
877 public boolean requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate) { in requestChildRectangleOnScreen()
882 public boolean requestSendAccessibilityEvent(View child, AccessibilityEvent event) { in requestSendAccessibilityEvent()
910 public boolean onRequestSendAccessibilityEvent(View child, AccessibilityEvent event) { in onRequestSendAccessibilityEvent()
925 public boolean onRequestSendAccessibilityEventInternal(View child, AccessibilityEvent event) { in onRequestSendAccessibilityEventInternal()
933 public void childHasTransientStateChanged(View child, boolean childHasTransientState) { in childHasTransientStateChanged()
964 public void clearChildFocus(View child) { in clearChildFocus()
1071 final View child = children[i]; in hasFocusable() local
1096 final View child = children[i]; in addFocusables() local
[all …]
/frameworks/support/design/src/android/support/design/widget/
DCoordinatorLayout.java372 final View child = getChildAt(i); in resetTouchBehaviors() local
390 final View child = getChildAt(childIndex); in getTopSortedChildren() local
413 final View child = topmostChildList.get(i); in performIntercept() local
600 LayoutParams getResolvedLayoutParams(View child) { in getResolvedLayoutParams()
625 final View child = getChildAt(i); in prepareChildren() local
671 public void onMeasureChild(View child, int parentWidthMeasureSpec, int widthUsed, in onMeasureChild()
703 final View child = mDependencySortedChildren.get(i); in onMeasure() local
766 final View child = getChildAt(i); in dispatchApplyWindowInsetsToBehaviors() local
795 public void onLayoutChild(View child, int layoutDirection) { in onLayoutChild()
815 final View child = mDependencySortedChildren.get(i); in onLayout() local
[all …]
DBottomSheetBehavior.java177 public Parcelable onSaveInstanceState(CoordinatorLayout parent, V child) { in onSaveInstanceState()
182 public void onRestoreInstanceState(CoordinatorLayout parent, V child, Parcelable state) { in onRestoreInstanceState()
194 public boolean onLayoutChild(CoordinatorLayout parent, V child, int layoutDirection) { in onLayoutChild()
223 public boolean onInterceptTouchEvent(CoordinatorLayout parent, V child, MotionEvent event) { in onInterceptTouchEvent()
273 public boolean onTouchEvent(CoordinatorLayout parent, V child, MotionEvent event) { in onTouchEvent()
301 public boolean onStartNestedScroll(CoordinatorLayout coordinatorLayout, V child, in onStartNestedScroll()
309 public void onNestedPreScroll(CoordinatorLayout coordinatorLayout, V child, View target, int dx, in onNestedPreScroll()
346 public void onStopNestedScroll(CoordinatorLayout coordinatorLayout, V child, View target) { in onStopNestedScroll()
385 public boolean onNestedPreFling(CoordinatorLayout coordinatorLayout, V child, View target, in onNestedPreFling()
484 V child = mViewRef.get(); in setState() local
[all …]
DViewGroupUtils.java27 void offsetDescendantRect(ViewGroup parent, View child, Rect rect); in offsetDescendantRect()
32 public void offsetDescendantRect(ViewGroup parent, View child, Rect rect) { in offsetDescendantRect()
43 public void offsetDescendantRect(ViewGroup parent, View child, Rect rect) { in offsetDescendantRect()
DAppBarLayout.java226 final View child = getChildAt(i); in onLayout() local
341 final View child = getChildAt(i); in getTotalScrollRange() local
388 final View child = getChildAt(i); in getDownNestedPreScrollRange() local
427 final View child = getChildAt(i); in getDownNestedScrollRange() local
779 public boolean onStartNestedScroll(CoordinatorLayout parent, AppBarLayout child, in onStartNestedScroll()
799 public void onNestedPreScroll(CoordinatorLayout coordinatorLayout, AppBarLayout child, in onNestedPreScroll()
817 public void onNestedScroll(CoordinatorLayout coordinatorLayout, AppBarLayout child, in onNestedScroll()
850 final AppBarLayout child, View target, float velocityX, float velocityY, in onNestedFling()
897 final AppBarLayout child, final int offset, float velocity) { in animateOffsetTo()
913 final AppBarLayout child, final int offset, final int duration) { in animateOffsetWithDuration()
[all …]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DMockView.java60 public void addView(View child) { in addView()
67 public void addView(View child, int index) { in addView()
74 public void addView(View child, int width, int height) { in addView()
81 public void addView(View child, ViewGroup.LayoutParams params) { in addView()
88 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView()
/frameworks/support/v4/java/android/support/v4/view/
DViewParentCompat.java37 ViewParent parent, View child, AccessibilityEvent event); in requestSendAccessibilityEvent()
38 boolean onStartNestedScroll(ViewParent parent, View child, View target, in onStartNestedScroll()
40 void onNestedScrollAccepted(ViewParent parent, View child, View target, in onNestedScrollAccepted()
49 void notifySubtreeAccessibilityStateChanged(ViewParent parent, View child, in notifySubtreeAccessibilityStateChanged()
56 ViewParent parent, View child, AccessibilityEvent event) { in requestSendAccessibilityEvent()
68 public boolean onStartNestedScroll(ViewParent parent, View child, View target, in onStartNestedScroll()
78 public void onNestedScrollAccepted(ViewParent parent, View child, View target, in onNestedScrollAccepted()
131 public void notifySubtreeAccessibilityStateChanged(ViewParent parent, View child, in notifySubtreeAccessibilityStateChanged()
139 ViewParent parent, View child, AccessibilityEvent event) { in requestSendAccessibilityEvent()
147 public void notifySubtreeAccessibilityStateChanged(ViewParent parent, View child, in notifySubtreeAccessibilityStateChanged()
[all …]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DChildHelper.java59 private void hideViewInternal(View child) { in hideViewInternal()
69 private boolean unhideViewInternal(View child) { in unhideViewInternal()
84 void addView(View child, boolean hidden) { in addView()
96 void addView(View child, int index, boolean hidden) { in addView()
227 void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams, in attachViewToParent()
296 int indexOfChild(View child) { in indexOfChild()
517 void addView(View child, int index); in addView()
529 void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams); in attachViewToParent()
533 void onEnteredHiddenState(View child); in onEnteredHiddenState()
535 void onLeftHiddenState(View child); in onLeftHiddenState()
/frameworks/base/libs/hwui/tests/unit/
DSnapshotTests.cpp28 auto child = TestUtils::makeSnapshot(Matrix4::identity(), Rect(50, 50, 90, 90)); in TEST() local
57 auto child = TestUtils::makeSnapshot(Matrix4::identity(), Rect(50, 50, 90, 90)); in TEST() local
67 auto child = TestUtils::makeSnapshot(Matrix4::identity(), Rect(50, 50, 90, 90)); in TEST() local
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
DListSetSelectionTest.java76 View child = mListView.getChildAt(i); in testSetSelection() local
107 View child = mListView.getChildAt(i); in testSetSelectionFromTop() local
142 View child = mListView.getChildAt(i); in testSetSelection0() local
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DLinearLayoutCompat.java291 final View child = getVirtualChildAt(i); in drawDividersVertical() local
303 final View child = getVirtualChildAt(count - 1); in drawDividersVertical() local
319 final View child = getVirtualChildAt(i); in drawDividersHorizontal() local
336 final View child = getVirtualChildAt(count - 1); in drawDividersHorizontal() local
426 final View child = getChildAt(mBaselineAlignedChildIndex); in getBaseline() local
611 final View child = getVirtualChildAt(i); in measureVertical() local
731 final View child = getVirtualChildAt(i); in measureVertical() local
774 final View child = getVirtualChildAt(i); in measureVertical() local
848 final View child = getVirtualChildAt(i); in measureVertical() local
891 final View child = getVirtualChildAt(i); in forceUniformWidth() local
[all …]
/frameworks/base/core/java/android/widget/
DLinearLayout.java361 final View child = getVirtualChildAt(i); in drawDividersVertical() local
372 final View child = getLastNonGoneChild(); in drawDividersVertical() local
390 final View child = getVirtualChildAt(i); in getLastNonGoneChild() local
402 final View child = getVirtualChildAt(i); in drawDividersHorizontal() local
418 final View child = getLastNonGoneChild(); in drawDividersHorizontal() local
516 final View child = getChildAt(mBaselineAlignedChildIndex); in getBaseline() local
672 final View child = getVirtualChildAt(i); in allViewsAreGoneBefore() local
716 final View child = getVirtualChildAt(i); in measureVertical() local
837 final View child = getVirtualChildAt(i); in measureVertical() local
880 final View child = getVirtualChildAt(i); in measureVertical() local
[all …]
DTableRow.java101 final View child = getVirtualChildAt(columnIndex); in setColumnCollapsed() local
162 final View child = getChildAt(i); in mapIndexAndColumns() local
190 void measureChildBeforeLayout(View child, int childIndex, in measureChildBeforeLayout()
255 int getChildrenSkipCount(View child, int index) { in getChildrenSkipCount()
266 int getLocationOffset(View child) { in getLocationOffset()
274 int getNextLocationOffset(View child) { in getNextLocationOffset()
296 final View child = getVirtualChildAt(i); in getColumnsWidths() local
531 public void onChildViewAdded(View parent, View child) { in onChildViewAdded()
540 public void onChildViewRemoved(View parent, View child) { in onChildViewRemoved()
DTableLayout.java376 private void trackCollapsedColumns(View child) { in trackCollapsedColumns()
398 public void addView(View child) { in addView()
407 public void addView(View child, int index) { in addView()
416 public void addView(View child, ViewGroup.LayoutParams params) { in addView()
425 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView()
452 void measureChildBeforeLayout(View child, int childIndex, in measureChildBeforeLayout()
494 final View child = getChildAt(i); in findLargestCells() local
590 View child = getChildAt(i); in mutateColumnsWidth() local
757 public void onChildViewAdded(View parent, View child) { in onChildViewAdded()
768 public void onChildViewRemoved(View parent, View child) { in onChildViewRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java130 View child = algorithmState.visibleChildren.get(i); in updateSpeedBumpState() local
146 ExpandableView child = algorithmState.visibleChildren.get(i); in updateClipping() local
197 View child = algorithmState.visibleChildren.get(i); in updateDimmedActivatedHideSensitive() local
332 ExpandableView child = algorithmState.visibleChildren.get(i); in updatePositionsForState() local
389 ExpandableView child) { in getPaddingAfterChild()
403 View child = algorithmState.visibleChildren.get(i); in updateHeadsUpStates() local
482 private int getMaxAllowedChildHeight(View child) { in getMaxAllowedChildHeight()
491 float transitioningPositionStart, ExpandableView child, float currentYPosition, in updateStateForChildTransitioningInBottom()
516 int collapsedHeight, AmbientState ambientState, ExpandableView child) { in updateStateForChildFullyInBottomStack()
550 private void updateFirstChildHeight(ExpandableView child, StackViewState childViewState, in updateFirstChildHeight()
[all …]
DStackScrollState.java58 ExpandableView child = (ExpandableView) mHostView.getChildAt(i); in resetViewStates() local
94 public void removeViewStateForView(View child) { in removeViewStateForView()
105 ExpandableView child = (ExpandableView) mHostView.getChildAt(i); in apply() local
DStackStateAnimator.java122 final ExpandableView child = (ExpandableView) mHostLayout.getChildAt(i); in startAnimationForEvents() local
147 private boolean applyWithoutAnimation(ExpandableView child, StackViewState viewState, in applyWithoutAnimation()
171 final ExpandableView child = (ExpandableView) mHostLayout.getChildAt(i); in findLastNotAddedIndex() local
195 public void startStackAnimations(final ExpandableView child, StackViewState viewState, in startStackAnimations()
276 public void startViewAnimations(View child, ViewState viewState, long delay, long duration) { in startViewAnimations()
314 private void abortAnimation(View child, int animatorTag) { in abortAnimation()
396 private void startShadowAlphaAnimation(final ExpandableView child, in startShadowAlphaAnimation()
455 private void startHeightAnimation(final ExpandableView child, in startHeightAnimation()
533 private void startInsetAnimation(final ExpandableView child, in startInsetAnimation()
592 private void startAlphaAnimation(final View child, in startAlphaAnimation()
[all …]
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DViewGroup_Delegate.java46 /*package*/ static boolean drawChild(ViewGroup thisVG, Canvas canvas, View child, in drawChild()
64 private static void drawShadow(ViewGroup parent, Canvas canvas, View child, in drawShadow()
88 private static float getElevation(View child, ViewGroup parent) { in getElevation()
108 private static int transformCanvas(ViewGroup thisVG, Canvas canvas, View child) { in transformCanvas()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DChildHelperTest.java115 public void addView(View child, int index) { in addView()
154 public void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams) { in attachViewToParent()
165 public void onEnteredHiddenState(View child) { in onEnteredHiddenState()
170 public void onLeftHiddenState(View child) { in onLeftHiddenState()
/frameworks/base/core/java/com/android/internal/widget/
DMessagingLinearLayout.java108 final View child = getChildAt(i); in onMeasure() local
122 final View child = getChildAt(i); in onMeasure() local
151 final View child = getChildAt(i); in onMeasure() local
204 final View child = getChildAt(i); in onLayout() local
235 protected boolean drawChild(Canvas canvas, View child, long drawingTime) { in drawChild()
/frameworks/base/tools/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/
DErrorCatcher.java56 View child = getChildAt(0); in onMeasure() local
71 protected boolean drawChild(Canvas canvas, View child, long drawingTime) { in drawChild()
86 View child = getChildAt(0); in onLayout() local
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
DOMAConstructed.java28 OMANode child = value != null ? in addChild() local
54 public void addChild(OMANode child) { in addChild()
63 OMANode child = mChildren.get(tag); in getScalarValue() local
77 OMANode child; in getListValue() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
DOMAConstructed.java28 OMANode child = value != null ? in addChild() local
54 public void addChild(OMANode child) { in addChild()
63 OMANode child = mChildren.get(tag); in getScalarValue() local
77 OMANode child; in getListValue() local
/frameworks/base/core/java/android/animation/
DLayoutTransition.java769 final View child = parent.getChildAt(i); in runChangeTransition() local
825 Animator baseAnimator, final long duration, final View child) { in setupChangeAnimation()
1147 private void runAppearingTransition(final ViewGroup parent, final View child) { in runAppearingTransition()
1195 private void runDisappearingTransition(final ViewGroup parent, final View child) { in runDisappearingTransition()
1251 private void addChild(ViewGroup parent, View child, boolean changesLayout) { in addChild()
1317 public void addChild(ViewGroup parent, View child) { in addChild()
1325 public void showChild(ViewGroup parent, View child) { in showChild()
1340 public void showChild(ViewGroup parent, View child, int oldVisibility) { in showChild()
1356 private void removeChild(ViewGroup parent, View child, boolean changesLayout) { in removeChild()
1395 public void removeChild(ViewGroup parent, View child) { in removeChild()
[all …]

12345678910>>...12