Searched defs:SnapshotCache (Results 1 – 2 of 2) sorted by relevance
34 public abstract class SnapshotCache<T> extends Watcher{ class80 public SnapshotCache(@Nullable T source, @NonNull Watchable watchable, @Nullable String name) { in SnapshotCache() method in SnapshotCache98 public SnapshotCache(@Nullable T source, @NonNull Watchable watchable) { in SnapshotCache() method in SnapshotCache106 public SnapshotCache() { in SnapshotCache() method in SnapshotCache
30 abstract class SnapshotCache<TYPE extends WindowContainer> { class41 SnapshotCache(String name) { in SnapshotCache() method in SnapshotCache