Home
last modified time | relevance | path

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

/build/tools/droiddoc/templates-pdk/assets/
Dcarousel.js224 var amount = slideWidth;
225 animateSlide(amount, 'left');
229 var amount = slideWidth;
230 animateSlide(amount, 'right');
236 function animateSlide(amount,dir) { argument
239 if (amount == slideWidth ) {
242 motionDistance = amount;
/build/tools/releasetools/
Dedify_generator.py161 def CacheFreeSpaceCheck(self, amount): argument
165 'on /system to apply patches.");') % (amount,))