|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.support.v4.view.ViewGroupCompat
public class ViewGroupCompat
Helper for accessing features in ViewGroup
introduced after API level 4 in a backwards compatible fashion.
Method Summary | |
---|---|
static boolean |
onRequestSendAccessibilityEvent(ViewGroup group,
View child,
AccessibilityEvent event)
Called when a child has requested sending an AccessibilityEvent and
gives an opportunity to its parent to augment the event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean onRequestSendAccessibilityEvent(ViewGroup group, View child, AccessibilityEvent event)
AccessibilityEvent
and
gives an opportunity to its parent to augment the event.
If an AccessibilityDelegateCompat
has been specified via calling
ViewCompat.setAccessibilityDelegate(View, AccessibilityDelegateCompat)
its
AccessibilityDelegateCompat.onRequestSendAccessibilityEvent(ViewGroup, View,
AccessibilityEvent)
is responsible for handling this call.
group
- The group whose method to invoke.child
- The child which requests sending the event.event
- The event to be sent.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |