Java android.view ViewParent fields, constructors, methods, implement or subclass

Example usage for Java android.view ViewParent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.view ViewParent.

The text is from its open source code.

Method

booleangetChildVisibleRect(View child, Rect r, android.graphics.Point offset)
Compute the visible part of a rectangular region defined in terms of a child view's coordinates.
ClassgetClass()
Returns the runtime class of this Object .
ViewParentgetParent()
Returns the parent if it exists, or null.
booleanisLayoutRequested()
Indicates whether layout was requested on this view parent.
voidrequestDisallowInterceptTouchEvent(boolean disallowIntercept)
Called when a child does not want this parent and its ancestors to intercept touch events with ViewGroup#onInterceptTouchEvent(MotionEvent) .
voidrequestLayout()
Called when something has changed which has invalidated the layout of a child of this view parent.
booleanrequestSendAccessibilityEvent(View child, AccessibilityEvent event)
Called by a child to request from its parent to send an AccessibilityEvent .