Home
last modified time | relevance | path

Searched refs:sRoot (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DPath.java27 private static Path sRoot = new Path(null, "ROOT"); field in Path
103 Path current = sRoot; in fromString()
114 for (Path p = this; p != sRoot; p = p.mParent) { in split()
119 for (Path p = this; p != sRoot; p = p.mParent) { in split()
184 if (this == sRoot) return ""; in getPrefix()
191 if (current == sRoot) { in getPrefixPath()
194 while (current.mParent != sRoot) { in getPrefixPath()
209 sRoot = new Path(null, ""); in clearAll()
214 dumpAll(sRoot, "", ""); in dumpAll()