Home
last modified time | relevance | path

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

/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js4246 var currPath = location.pathname;
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) {
4300 } else if (currPath.indexOf(supportLibraryPath + 'wearable') > -1) {
4308 function updateSupportLibrariesNav(supportLibraryPath, currPath) { argument
4310 if (currPath.indexOf(supportLibraryPath + 'test') > -1) {
4312 } else if (currPath.indexOf(supportLibraryPath + 'wearable') > -1) {