Home
last modified time | relevance | path

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

/development/vndk/tools/definition-tool/assets/insight/
Dinsight.js102 for (let modId of modIds) {
104 domNewElem('li', this.createModuleLinkDom(mods[modId])));
477 let modId = parseInt(evt.target.getAttribute('data-mod-id'), 10);
478 mods[modId].showDom();
481 function setDirectDepBackgroundColor(modId, ownerId, color) { argument
482 let mod = mods[modId];
495 let modId = parseInt(evt.target.getAttribute('data-mod-id'), 10);
497 setDirectDepBackgroundColor(modId, ownerId, '#ffff00');
501 let modId = parseInt(evt.target.getAttribute('data-mod-id'), 10);
503 setDirectDepBackgroundColor(modId, ownerId, 'transparent');