public class ViewCompat
extends java.lang.Object
| Constructor and Description |
|---|
ViewCompat() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isLaidOut(android.view.View view)
Returns true if
view has been through at least one layout since it
was last attached to or detached from a window. |
public static boolean isLaidOut(android.view.View view)
view has been through at least one layout since it
was last attached to or detached from a window.
See http://developer.android.com/reference/android/support/v4/view/ViewCompat.html#isLaidOut%28android.view.View%29view - the view