Home
last modified time | relevance | path

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

/build/tools/droiddoc/templates/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.py129 def CacheFreeSpaceCheck(self, amount): argument
132 self.script.append("assert(apply_patch_space(%d));" % (amount,))