public class Util extends Object
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isDescendant(ViewGroup parent,
View child)
Returns true if child == parent or is descendant of the parent.
|