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