Home
last modified time | relevance | path

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

/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js4245 var supportLibraryPath = '/reference/android/support/';
4248 if (currPath.indexOf(supportLibraryPath) > -1) {
4249 updateSupportLibrariesNav(supportLibraryPath, currPath);
4260 var navtree_filepath = getNavtreeFilePath(supportLibraryPath, currPath);
4295 function getNavtreeFilePath(supportLibraryPath, currPath) { argument
4298 if (currPath.indexOf(supportLibraryPath + 'test') > -1) {
4299 navtree_filepath = supportLibraryPath + 'test/' + navtree_filename;
4300 } else if (currPath.indexOf(supportLibraryPath + 'wearable') > -1) {
4301 navtree_filepath = supportLibraryPath + 'wearable/' + navtree_filename;
4308 function updateSupportLibrariesNav(supportLibraryPath, currPath) { argument
[all …]