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