Searched defs:AttributesSnapshot (Results 1 - 1 of 1) sorted by relevance

/external/droiddriver/src/io/appium/droiddriver/instrumentation/
H A DViewElement.java49 private static class AttributesSnapshot implements Callable<Void> { class in class:ViewElement
56 private AttributesSnapshot(View view) { method in class:ViewElement.AttributesSnapshot
223 AttributesSnapshot attributesSnapshot = new AttributesSnapshot(view);

Completed in 56 milliseconds