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(View givenRootView,
java.util.List<PathFinder.PathElement> path,
PathFinder.Accumulator accumulator) |
static boolean |
hasClassName(java.lang.Object o,
java.lang.String className) |
public void findTargetsInRoot(View givenRootView,
java.util.List<PathFinder.PathElement> path,
PathFinder.Accumulator accumulator)
public static boolean hasClassName(java.lang.Object o,
java.lang.String className)