Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRootsLoader.java35 public RootsLoader(Context context, RootsCache roots, State state) { in RootsLoader() argument
37 mRoots = roots; in RootsLoader()
DRecentLoader.java155 public RecentLoader(Context context, RootsCache roots, State state) { in RecentLoader() argument
157 mRoots = roots; in RecentLoader()
174 final Collection<RootInfo> roots = mRoots.getMatchingRootsBlocking(mState); in loadInBackground() local
175 for (RootInfo root : roots) { in loadInBackground()
DRootsCache.java250 final List<RootInfo> roots = Lists.newArrayList(); in loadRootsForAuthority() local
260 roots.add(root); in loadRootsForAuthority()
268 return roots; in loadRootsForAuthority()
348 static List<RootInfo> getMatchingRoots(Collection<RootInfo> roots, State state) { in getMatchingRoots() argument
350 for (RootInfo root : roots) { in getMatchingRoots()
DRecentsCreateFragment.java99 final RootsCache roots = DocumentsApplication.getRootsCache(context); in onCreateView() local
105 return new RecentsCreateLoader(context, roots, state); in onCreateView()
152 public RecentsCreateLoader(Context context, RootsCache roots, State state) { in RecentsCreateLoader() argument
154 mRoots = roots; in RecentsCreateLoader()
DRootsFragment.java103 final RootsCache roots = DocumentsApplication.getRootsCache(context); in onActivityCreated() local
109 return new RootsLoader(context, roots, state); in onActivityCreated()
287 public RootsAdapter(Context context, Collection<RootInfo> roots, Intent includeApps) { in RootsAdapter() argument
299 for (RootInfo root : roots) { in RootsAdapter()
DDirectoryFragment.java274 final RootsCache roots = DocumentsApplication.getRootsCache(context); in onActivityCreated()
275 return new RecentLoader(context, roots, state); in onActivityCreated()
739 final RootsCache roots = DocumentsApplication.getRootsCache(context); in getDocumentView() local
856 final RootInfo root = roots.getRootBlocking(docAuthority, docRootId); in getDocumentView()
867 if (iconDrawable != null && roots.isIconUniqueBlocking(root)) { in getDocumentView()
DDocumentsActivity.java851 final RootsFragment roots = RootsFragment.get(fm); in onCurrentDirectoryChanged() local
852 if (roots != null) { in onCurrentDirectoryChanged()
853 roots.onCurrentRootChanged(); in onCurrentDirectoryChanged()
/frameworks/base/test-runner/src/junit/runner/
DClassPathTestCollector.java33 Hashtable collectFilesInRoots(Vector roots) { in collectFilesInRoots() argument
35 Enumeration e= roots.elements(); in collectFilesInRoots()
/frameworks/base/core/java/android/animation/
DAnimatorSet.java850 ArrayList<Node> roots = new ArrayList<Node>(); in sortNodes() local
855 roots.add(node); in sortNodes()
859 while (roots.size() > 0) { in sortNodes()
860 int numRoots = roots.size(); in sortNodes()
862 Node root = roots.get(i); in sortNodes()
875 roots.clear(); in sortNodes()
876 roots.addAll(tmpRoots); in sortNodes()
/frameworks/base/core/java/android/widget/
DRelativeLayout.java1667 final ArrayDeque<Node> roots = findRoots(rules); in getSortedViews() local
1671 while ((node = roots.pollLast()) != null) { in getSortedViews()
1685 roots.add(dependent); in getSortedViews()
1745 final ArrayDeque<Node> roots = mRoots; in findRoots() local
1746 roots.clear(); in findRoots()
1751 if (node.dependencies.size() == 0) roots.addLast(node); in findRoots()
1754 return roots; in findRoots()
/frameworks/base/docs/html/guide/topics/providers/
Ddocument-provider.jd84 <li>Supports multiple user accounts and transient roots such as USB storage
101 &quot;roots&quot; which are starting points into exploring a tree of documents.
156 and shows the user the matching content roots.</li>
705 // It's possible to have multiple roots (e.g. for multiple accounts in the
727 // The child MIME types are used to filter the roots and only present to the
728 // user roots that contain the desired type somewhere in their file hierarchy.
849 zero roots in your implementation of {@link android.provider.DocumentsProvider#queryRoots
864 this URI. The following snippet tells the system to query the roots of your
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt183 (For example, a function in a library to compute square roots has
188 root function must still compute square roots.)