Uses of Interface
org.solovyev.android.AndroidUtils.ViewProcessor

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
<T> void
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
 



Copyright © 2012. All Rights Reserved.