Class Dispatcher.RequestLayoutRunnable
Runnable which requests layout for specified view
Implements
Inherited Members
Namespace:
Assembly: .dll
Syntax
public static final class Dispatcher.RequestLayoutRunnable implements Runnable
Constructors
RequestLayoutRunnable(View view)
Creates a new instance of RequestLayoutRunnable class
Declaration
public RequestLayoutRunnable(View view)
Parameters
| Type | Name | Description |
|---|---|---|
| android.view.View | view | The view to request layout on |
Methods
run()
Declaration
public void run()