public class Pathfinder
extends java.lang.Object
限定符和类型 | 类和说明 |
---|---|
static interface |
Pathfinder.Accumulator |
static class |
Pathfinder.PathElement
a path element E matches a view V if each non "prefix" or "index"
attribute of E is equal to (or characteristic of) V.
|
构造器和说明 |
---|
Pathfinder() |
限定符和类型 | 方法和说明 |
---|---|
void |
findTargetsInRoot(android.view.View givenRootView,
java.util.List<Pathfinder.PathElement> path,
Pathfinder.Accumulator accumulator) |
static boolean |
hasClassName(java.lang.Object o,
java.lang.String className) |
public static boolean hasClassName(java.lang.Object o, java.lang.String className)
public void findTargetsInRoot(android.view.View givenRootView, java.util.List<Pathfinder.PathElement> path, Pathfinder.Accumulator accumulator)