Searched refs:child (Results 1 - 25 of 248) sorted by relevance

12345678910

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DAsyncStructure.java37 final ViewStructure child = structure.asyncNewChild(0);
48 child.setClassName(AsyncStructure.class.getName());
49 child.setVisibility(View.VISIBLE);
50 child.setDimens(width / 4, height / 4, 0, 0, width / 2, height / 2);
51 child.setEnabled(true);
52 child.setContentDescription("This is some async content");
53 child.setText("We could have lots and lots of async text!");
54 child.asyncCommit();
/frameworks/base/core/java/android/view/
H A DViewParent.java31 * child of this view parent. This will schedule a layout pass of the view
44 * Called when a child wants the view hierarchy to gather and report
51 * @param child the view requesting the transparent region computation
54 public void requestTransparentRegion(View child); argument
57 * All or part of a child is dirty and needs to be redrawn.
59 * @param child The child which is dirty
60 * @param r The area within the child that is invalid
62 public void invalidateChild(View child, Rect r); argument
65 * All or part of a child i
102 requestChildFocus(View child, View focused) argument
110 recomputeViewAttributes(View child) argument
117 clearChildFocus(View child) argument
139 getChildVisibleRect(View child, Rect r, android.graphics.Point offset) argument
160 bringChildToFront(View child) argument
231 childDrawableStateChanged(View child) argument
270 requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate) argument
289 requestSendAccessibilityEvent(View child, AccessibilityEvent event) argument
314 childHasTransientStateChanged(View child, boolean hasTransientState) argument
346 notifySubtreeAccessibilityStateChanged(View child, View source, int changeType) argument
453 onStartNestedScroll(View child, View target, int nestedScrollAxes) argument
471 onNestedScrollAccepted(View child, View target, int nestedScrollAxes) argument
[all...]
H A DViewGroup.java140 * apply on the child being drawn.
162 // Does this group have a child that can accept the current drag payload?
228 // When set, ViewGroup invalidates only the child's rectangle
237 // a child needs to be invalidated and FLAG_OPTIMIZE_INVALIDATE is set
271 * to get the index of the child to draw for that iteration.
280 * invoked when a child is drawn.
342 * When set, this ViewGroup will split MotionEvents to multiple child Views when appropriate.
445 // Index of the child's left position in the mLocation array
447 // Index of the child's top position in the mLocation array
490 // Indicates how many of this container's child subtree
720 requestChildFocus(View child, View focused) argument
863 requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate) argument
871 requestSendAccessibilityEvent(View child, AccessibilityEvent event) argument
899 onRequestSendAccessibilityEvent(View child, AccessibilityEvent event) argument
914 onRequestSendAccessibilityEventInternal(View child, AccessibilityEvent event) argument
921 childHasTransientStateChanged(View child, boolean childHasTransientState) argument
957 clearChildFocus(View child) argument
1261 onChildVisibilityChanged(View child, int oldVisibility, int newVisibility) argument
1329 recomputeViewAttributes(View child) argument
1353 bringChildToFront(View child) argument
1555 notifyChildOfDrag(View child) argument
2054 dispatchTransformedGenericPointerEvent(MotionEvent event, View child) argument
2387 getTouchTarget(View child) argument
2400 addTouchTarget(View child, int pointerIdBits) argument
2463 canViewReceivePointerEvents(View child) argument
2481 isTransformedTouchPointInView(float x, float y, View child, PointF outLocalPoint) argument
2497 transformPointToViewLocal(float[] point, View child) argument
2511 dispatchTransformedTouchEvent(MotionEvent event, boolean cancel, View child, int desiredPointerIdBits) argument
2994 notifySubtreeAccessibilityStateChanged(View child, View source, int changeType) argument
3590 recreateChildDisplayList(View child) argument
3608 drawChild(Canvas canvas, View child, long drawingTime) argument
3815 getChildStaticTransformation(View child, Transformation t) argument
4058 addView(View child) argument
4075 addView(View child, int index) argument
4099 addView(View child, int width, int height) argument
4116 addView(View child, LayoutParams params) argument
4131 addView(View child, int index, LayoutParams params) argument
4180 onChildViewAdded(View parent, View child) argument
4188 onChildViewRemoved(View parent, View child) argument
4201 dispatchViewAdded(View child) argument
4214 onViewAdded(View child) argument
4217 dispatchViewRemoved(View child) argument
4230 onViewRemoved(View child) argument
4262 addViewInLayout(View child, int index, LayoutParams params) argument
4279 addViewInLayout(View child, int index, LayoutParams params, boolean preventRequestLayout) argument
4295 cleanupLayoutState(View child) argument
4299 addViewInner(View child, int index, LayoutParams params, boolean preventRequestLayout) argument
4384 addInArray(View child, int index) argument
4471 bindLayoutAnimation(View child) argument
4486 attachLayoutAnimationParameters(View child, LayoutParams params, int index, int count) argument
4830 removeDetachedView(View child, boolean animate) argument
4881 attachViewToParent(View child, int index, LayoutParams params) argument
4918 detachViewFromParent(View child) argument
4999 invalidateChild(View child, final Rect dirty) argument
5167 damageChildDeferred(View child) argument
5189 damageChild(View child, final Rect dirty) argument
5369 getChildVisibleRect(View child, Rect r, android.graphics.Point offset) argument
5849 indexOfChild(View child) argument
5913 measureChild(View child, int parentWidthMeasureSpec, int parentHeightMeasureSpec) argument
5939 measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) argument
6259 requestTransparentRegion(View child) argument
6384 childDrawableStateChanged(View child) argument
6633 onStartNestedScroll(View child, View target, int nestedScrollAxes) argument
6641 onNestedScrollAccepted(View child, View target, int axes) argument
6652 onStopNestedScroll(View child) argument
6707 onSetLayoutParams(View child, LayoutParams layoutParams) argument
7459 public View child; field in class:ViewGroup.TouchTarget
7470 obtain(View child, int pointerIdBits) argument
7509 public View child; field in class:ViewGroup.HoverTarget
7517 obtain(View child) argument
7584 getChildIndex(View child) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackStateAnimator.java93 /** The current index for the last child which was not added in this event set. */
128 final ExpandableView child = (ExpandableView) mHostLayout.getChildAt(i);
130 StackViewState viewState = finalState.getViewStateForView(child);
131 if (viewState == null || child.getVisibility() == View.GONE
132 || applyWithoutAnimation(child, viewState, finalState)) {
136 child.setClipTopOptimization(0);
137 startStackAnimations(child, viewState, finalState, i, -1 /* fixedDelay */);
140 // no child has preformed any animation, lets finish
155 private boolean applyWithoutAnimation(ExpandableView child, StackViewState viewState, argument
160 if (getChildTag(child, TAG_ANIMATOR_TRANSLATION_
203 startStackAnimations(final ExpandableView child, StackViewState viewState, StackScrollState finalState, int i, long fixedDelay) argument
278 startViewAnimations(View child, ViewState viewState, long delay, long duration) argument
387 startHeightAnimation(final ExpandableView child, StackViewState viewState, long duration, long delay) argument
446 startInsetAnimation(final ExpandableView child, StackViewState viewState, long duration, long delay) argument
504 startAlphaAnimation(final View child, final ViewState viewState, long duration, long delay) argument
578 startZTranslationAnimation(final View child, final ViewState viewState, long duration, long delay) argument
630 startYTranslationAnimation(final View child, ViewState viewState, long duration, long delay) argument
686 startScaleAnimation(final View child, ViewState viewState, long duration) argument
779 getChildTag(View child, int tag) argument
[all...]
/frameworks/base/tools/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/
H A DErrorCatcher.java29 * {@link ViewGroup} that wraps another view and catches any possible exceptions that the child view
54 assert getChildCount() == 1 : "ErrorCatcher can only have one child";
56 View child = getChildAt(0);
58 measureChild(child, widthMeasureSpec, heightMeasureSpec);
60 setMeasuredDimension(resolveSize(child.getMeasuredWidth(), widthMeasureSpec),
61 resolveSize(child.getMeasuredHeight(), heightMeasureSpec));
64 child.getClass().getCanonicalName(), t);
71 protected boolean drawChild(Canvas canvas, View child, long drawingTime) { argument
73 return super.drawChild(canvas, child, drawingTime);
76 child
[all...]
/frameworks/support/design/src/android/support/design/widget/
H A DSwipeDismissBehavior.java31 * An interaction behavior plugin for child views of {@link CoordinatorLayout} to provide support
168 public boolean onInterceptTouchEvent(CoordinatorLayout parent, V child, MotionEvent event) { argument
179 mIgnoreEvents = !parent.isPointInChildBounds(child,
193 public boolean onTouchEvent(CoordinatorLayout parent, V child, MotionEvent event) { argument
205 public boolean tryCaptureView(View child, int pointerId) {
206 mOriginalCapturedViewLeft = child.getLeft();
218 public void onViewReleased(View child, float xvel, float yvel) {
219 final int childWidth = child.getWidth();
223 if (shouldDismiss(child, xvel)) {
224 targetLeft = child
[all...]
H A DCoordinatorLayout.java67 * <li>As a container for a specific interaction with one or more child views</li>
70 * <p>By specifying {@link CoordinatorLayout.Behavior Behaviors} for child views of a
73 * used as a child of a CoordinatorLayout using the
82 * to an arbitrary descendant of the CoordinatorLayout, but it may not be the anchored child itself
83 * or a descendant of the anchored child. This can be used to place floating views relative to
302 final View child = getChildAt(i);
303 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
309 * Populate a list with the current child views, sorted such that the topmost views
319 final View child = getChildAt(childIndex);
320 out.add(child);
526 getResolvedLayoutParams(View child) argument
605 onMeasureChild(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) argument
733 onLayoutChild(View child, int layoutDirection) argument
785 recordLastChildRect(View child, Rect r) argument
797 getLastChildRect(View child, Rect out) argument
811 getChildRect(View child, boolean transform, Rect out) argument
832 getDesiredAnchoredChildRect(View child, int layoutDirection, Rect anchorRect, Rect out) argument
928 layoutChildWithAnchor(View child, View anchor, int layoutDirection) argument
950 layoutChildWithKeyline(View child, int keyline, int layoutDirection) argument
1013 layoutChild(View child, int layoutDirection) argument
1062 drawChild(Canvas canvas, View child, long drawingTime) argument
1198 getDependencies(View child) argument
1245 hasDependencies(View child) argument
1305 offsetChildToAnchor(View child, int layoutDirection) argument
1345 isPointInChildBounds(View child, int x, int y) argument
1397 onStartNestedScroll(View child, View target, int nestedScrollAxes) argument
1418 onNestedScrollAccepted(View child, View target, int nestedScrollAxes) argument
1652 onInterceptTouchEvent(CoordinatorLayout parent, V child, MotionEvent ev) argument
1671 onTouchEvent(CoordinatorLayout parent, V child, MotionEvent ev) argument
1690 getScrimColor(CoordinatorLayout parent, V child) argument
1707 getScrimOpacity(CoordinatorLayout parent, V child) argument
1723 blocksInteractionBelow(CoordinatorLayout parent, V child) argument
1749 layoutDependsOn(CoordinatorLayout parent, V child, View dependency) argument
1778 onDependentViewChanged(CoordinatorLayout parent, V child, View dependency) argument
1796 onDependentViewRemoved(CoordinatorLayout parent, V child, View dependency) argument
1810 isDirty(CoordinatorLayout parent, V child) argument
1834 onMeasureChild(CoordinatorLayout parent, V child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) argument
1864 onLayoutChild(CoordinatorLayout parent, V child, int layoutDirection) argument
1877 setTag(View child, Object tag) argument
1889 getTag(View child) argument
1916 onStartNestedScroll(CoordinatorLayout coordinatorLayout, V child, View directTargetChild, View target, int nestedScrollAxes) argument
1941 onNestedScrollAccepted(CoordinatorLayout coordinatorLayout, V child, View directTargetChild, View target, int nestedScrollAxes) argument
1966 onStopNestedScroll(CoordinatorLayout coordinatorLayout, V child, View target) argument
1998 onNestedScroll(CoordinatorLayout coordinatorLayout, V child, View target, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed) argument
2031 onNestedPreScroll(CoordinatorLayout coordinatorLayout, V child, View target, int dx, int dy, int[] consumed) argument
2063 onNestedFling(CoordinatorLayout coordinatorLayout, V child, View target, float velocityX, float velocityY, boolean consumed) argument
2091 onNestedPreFling(CoordinatorLayout coordinatorLayout, V child, View target, float velocityX, float velocityY) argument
2110 onApplyWindowInsets(CoordinatorLayout coordinatorLayout, V child, WindowInsetsCompat insets) argument
2127 onRestoreInstanceState(CoordinatorLayout parent, V child, Parcelable state) argument
2149 onSaveInstanceState(CoordinatorLayout parent, V child) argument
2350 isBlockingInteractionBelow(CoordinatorLayout parent, View child) argument
2403 dependsOn(CoordinatorLayout parent, View child, View dependency) argument
2449 isDirty(CoordinatorLayout parent, View child) argument
2525 onChildViewAdded(View parent, View child) argument
2532 onChildViewRemoved(View parent, View child) argument
[all...]
H A DViewGroupUtils.java27 void offsetDescendantRect(ViewGroup parent, View child, Rect rect); argument
32 public void offsetDescendantRect(ViewGroup parent, View child, Rect rect) { argument
33 parent.offsetDescendantRectToMyCoords(child, rect);
39 public void offsetDescendantRect(ViewGroup parent, View child, Rect rect) { argument
40 ViewGroupUtilsHoneycomb.offsetDescendantRect(parent, child, rect);
70 * This does not need to be a direct child.
/frameworks/support/v4/ics/android/support/v4/view/
H A DViewGroupCompatIcs.java27 public static boolean onRequestSendAccessibilityEvent(ViewGroup group, View child, argument
29 return group.onRequestSendAccessibilityEvent(child, event);
H A DViewParentCompatICS.java28 ViewParent parent, View child, AccessibilityEvent event) {
29 return parent.requestSendAccessibilityEvent(child, event);
27 requestSendAccessibilityEvent( ViewParent parent, View child, AccessibilityEvent event) argument
/frameworks/support/v4/kitkat/android/support/v4/view/
H A DViewParentCompatKitKat.java23 public static void notifySubtreeAccessibilityStateChanged(ViewParent parent, View child, argument
25 parent.notifySubtreeAccessibilityStateChanged(child, source, changeType);
/frameworks/support/v4/java/android/support/v4/app/
H A DNoSaveStateFrameLayout.java31 static ViewGroup wrap(View child) { argument
32 NoSaveStateFrameLayout wrapper = new NoSaveStateFrameLayout(child.getContext());
33 ViewGroup.LayoutParams childParams = child.getLayoutParams();
39 child.setLayoutParams(lp);
40 wrapper.addView(child);
49 * Override to prevent freezing of any child views.
57 * Override to prevent thawing of any child views.
/frameworks/base/core/java/com/android/internal/widget/
H A DBackgroundFallback.java57 final View child = root.getChildAt(i);
58 final Drawable childBg = child.getBackground();
59 if (child == content) {
62 if (childBg == null && child instanceof ViewGroup &&
63 ((ViewGroup) child).getChildCount() == 0) {
66 } else if (child.getVisibility() != View.VISIBLE || childBg == null ||
73 left = Math.min(left, child.getLeft());
74 top = Math.min(top, child.getTop());
75 right = Math.max(right, child.getRight());
76 bottom = Math.max(bottom, child
[all...]
H A DDialogViewAnimator.java55 final View child = getChildAt(i);
56 if (getMeasureAllChildren() || child.getVisibility() != GONE) {
57 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
61 mMatchParentChildren.add(child);
64 measureChildWithMargins(child, widthMeasureSpec, 0, heightMeasureSpec, 0);
71 maxWidth = Math.max(maxWidth, child.getMeasuredWidth()
73 state |= child.getMeasuredWidthAndState() & MEASURED_STATE_MASK;
77 maxHeight = Math.max(maxHeight, child.getMeasuredHeight()
79 state |= (child.getMeasuredHeightAndState() >> MEASURED_HEIGHT_STATE_SHIFT)
109 final View child
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java44 * You can also specify gravity, which specifies the alignment of all the child elements by
101 * use the child at this index as the baseline.
109 * The additional offset to the child's baseline.
293 final View child = getVirtualChildAt(i);
295 if (child != null && child.getVisibility() != GONE) {
297 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
298 final int top = child.getTop() - lp.topMargin - mDividerHeight;
305 final View child = getVirtualChildAt(count - 1);
307 if (child
1342 getChildrenSkipCount(View child, int index) argument
1370 measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, int heightMeasureSpec, int totalHeight) argument
1384 getLocationOffset(View child) argument
1396 getNextLocationOffset(View child) argument
1640 setChildFrame(View child, int left, int top, int width, int height) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DViewSwitcher.java28 * child views, of which only one is shown at a time.
62 public void addView(View child, int index, ViewGroup.LayoutParams params) { argument
66 super.addView(child, index, params);
85 View child = mFactory.makeView();
86 LayoutParams lp = (LayoutParams) child.getLayoutParams();
90 addView(child, lp);
91 return child;
H A DLinearLayout.java43 * You can also specify gravity, which specifies the alignment of all the child elements by
110 * use the child at this index as the baseline.
119 * The additional offset to the child's baseline.
350 final View child = getVirtualChildAt(i);
352 if (child != null && child.getVisibility() != GONE) {
354 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
355 final int top = child.getTop() - lp.topMargin - mDividerHeight;
362 final View child = getLastNonGoneChild();
364 if (child
1434 getChildrenSkipCount(View child, int index) argument
1462 measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, int heightMeasureSpec, int totalHeight) argument
1476 getLocationOffset(View child) argument
1488 getNextLocationOffset(View child) argument
1742 setChildFrame(View child, int left, int top, int width, int height) argument
[all...]
H A DTableRow.java32 * always be used as a child of a {@link android.widget.TableLayout}. If a
101 View child = getVirtualChildAt(columnIndex);
102 if (child != null) {
103 child.setVisibility(collapsed ? GONE : VISIBLE);
162 final View child = getChildAt(i);
163 final LayoutParams layoutParams = (LayoutParams) child.getLayoutParams();
190 void measureChildBeforeLayout(View child, int childIndex, argument
194 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
222 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
225 final int childWidth = child
255 getChildrenSkipCount(View child, int index) argument
266 getLocationOffset(View child) argument
274 getNextLocationOffset(View child) argument
531 onChildViewAdded(View parent, View child) argument
540 onChildViewRemoved(View parent, View child) argument
[all...]
H A DTextSwitcher.java57 * @throws IllegalArgumentException if child is not an instance of
61 public void addView(View child, int index, ViewGroup.LayoutParams params) { argument
62 if (!(child instanceof TextView)) {
67 super.addView(child, index, params);
/frameworks/base/services/core/java/com/android/server/firewall/
H A DNotFilter.java30 private NotFilter(Filter child) { argument
31 mChild = child;
45 Filter child = null;
49 if (child == null) {
50 child = filter;
53 "<not> tag can only contain a single child filter.", parser, null);
56 return new NotFilter(child);
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DViewGroup_Delegate.java46 /*package*/ static boolean drawChild(ViewGroup thisVG, Canvas canvas, View child, argument
48 if (child.getZ() > thisVG.getZ()) {
51 child.setBackgroundBounds();
52 ViewOutlineProvider outlineProvider = child.getOutlineProvider();
53 Outline outline = child.mAttachInfo.mTmpOutline;
54 outlineProvider.getOutline(child, outline);
56 int restoreTo = transformCanvas(thisVG, canvas, child);
57 drawShadow(thisVG, canvas, child, outline);
61 return thisVG.drawChild_Original(canvas, child, drawingTime);
64 private static void drawShadow(ViewGroup parent, Canvas canvas, View child, argument
88 getElevation(View child, ViewGroup parent) argument
108 transformCanvas(ViewGroup thisVG, Canvas canvas, View child) argument
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DMOTree.java34 XMLNode child = children.next();
35 if (child.getTag().equals(OMAConstants.SyncMLVersionTag)) {
36 dtdRev = child.getText();
47 for (XMLNode child : node.getChildren()) {
48 buildNode(mRoot, child);
99 for (XMLNode child : node.getChildren()) {
100 XMLNode old = checkMap.put(child.getTag(), child);
102 if (child.getTag().equals(NodeNameTag)) {
105 curValue = new NodeData(child
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintOptionsLayout.java78 View child = getChildAt(childIndex);
80 if (child.getVisibility() == GONE) {
84 MarginLayoutParams childParams = (MarginLayoutParams) child.getLayoutParams();
99 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
101 childState = combineMeasuredStates(childState, child.getMeasuredState());
103 rowWidth += child.getMeasuredWidth() + childParams.getMarginStart()
106 rowHeight = Math.max(rowHeight, child.getMeasuredHeight() + childParams.topMargin
143 View child = getChildAt(childIndex);
145 if (child.getVisibility() == GONE) {
149 MarginLayoutParams childParams = (MarginLayoutParams) child
[all...]
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DDayPickerView.java189 View child;
192 // Find a child that's completely in the view
194 child = getChildAt(i++);
195 if (child == null) {
198 top = child.getTop();
200 Log.d(TAG, "child at " + (i - 1) + " has top " + top);
206 if (child != null) {
207 selectedPosition = getPositionForView(child);
256 MonthView child = (MonthView) view.getChildAt(0);
257 if (child
[all...]
/frameworks/support/v4/java/android/support/v4/view/
H A DViewParentCompat.java37 ViewParent parent, View child, AccessibilityEvent event);
38 boolean onStartNestedScroll(ViewParent parent, View child, View target, argument
40 void onNestedScrollAccepted(ViewParent parent, View child, View target, argument
49 void notifySubtreeAccessibilityStateChanged(ViewParent parent, View child, argument
56 ViewParent parent, View child, AccessibilityEvent event) {
58 if (child == null) {
61 final AccessibilityManager manager = (AccessibilityManager) child.getContext()
68 public boolean onStartNestedScroll(ViewParent parent, View child, View target, argument
71 return ((NestedScrollingParent) parent).onStartNestedScroll(child, target,
78 public void onNestedScrollAccepted(ViewParent parent, View child, Vie argument
36 requestSendAccessibilityEvent( ViewParent parent, View child, AccessibilityEvent event) argument
55 requestSendAccessibilityEvent( ViewParent parent, View child, AccessibilityEvent event) argument
131 notifySubtreeAccessibilityStateChanged(ViewParent parent, View child, View source, int changeType) argument
138 requestSendAccessibilityEvent( ViewParent parent, View child, AccessibilityEvent event) argument
147 notifySubtreeAccessibilityStateChanged(ViewParent parent, View child, View source, int changeType) argument
156 onStartNestedScroll(ViewParent parent, View child, View target, int nestedScrollAxes) argument
163 onNestedScrollAccepted(ViewParent parent, View child, View target, int nestedScrollAxes) argument
239 requestSendAccessibilityEvent( ViewParent parent, View child, AccessibilityEvent event) argument
266 onStartNestedScroll(ViewParent parent, View child, View target, int nestedScrollAxes) argument
287 onNestedScrollAccepted(ViewParent parent, View child, View target, int nestedScrollAxes) argument
422 notifySubtreeAccessibilityStateChanged(ViewParent parent, View child, View source, int changeType) argument
[all...]

Completed in 702 milliseconds

12345678910