io.selendroid.android
Class ViewHierarchyAnalyzer

java.lang.Object
  extended by io.selendroid.android.ViewHierarchyAnalyzer

public class ViewHierarchyAnalyzer
extends Object


Constructor Summary
ViewHierarchyAnalyzer()
           
 
Method Summary
 List<android.view.View> findScrollableContainer()
           
 List<android.webkit.WebView> findWebViews()
           
static ViewHierarchyAnalyzer getDefaultInstance()
           
static String getNativeId(android.view.View view)
           
 android.view.View getRecentDecorView()
           
 Set<android.view.View> getTopLevelViews()
           
 Collection<android.view.View> getViews(List<android.view.View> rootViews)
           
 boolean isViewChieldOfCurrentRootView(android.view.View view)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewHierarchyAnalyzer

public ViewHierarchyAnalyzer()
Method Detail

getDefaultInstance

public static ViewHierarchyAnalyzer getDefaultInstance()

getTopLevelViews

public Set<android.view.View> getTopLevelViews()

getRecentDecorView

public android.view.View getRecentDecorView()

getViews

public Collection<android.view.View> getViews(List<android.view.View> rootViews)

getNativeId

public static String getNativeId(android.view.View view)

findWebViews

public List<android.webkit.WebView> findWebViews()

findScrollableContainer

public List<android.view.View> findScrollableContainer()

isViewChieldOfCurrentRootView

public boolean isViewChieldOfCurrentRootView(android.view.View view)


Copyright © 2014. All rights reserved.