|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Views.ViewProcessor | |
|---|---|
| org.solovyev.android | |
| Uses of Views.ViewProcessor in org.solovyev.android |
|---|
| Methods in org.solovyev.android with parameters of type Views.ViewProcessor | ||
|---|---|---|
static void |
Views.processViews(android.view.View view,
Views.ViewProcessor<android.view.View> viewProcessor)
Method runs through view and all it's children recursively and process them via viewProcessor |
|
static
|
Views.processViewsOfType(android.view.View view,
Class<T> viewClass,
Views.ViewProcessor<T> viewProcessor)
Method runs through view and all it's children recursively and process all instances of viewClass via viewProcessor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||