Searched defs:offsetBottom (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/keyboard/resources/
H A Dmain.js75 offsetBottom: 0,
165 var offsetBottom = Math.floor(keyset.weightBottom * pixelPerWeightY);
166 this.availableHeight = this.height - offsetTop - offsetBottom;
173 this.offsetBottom = offsetBottom + dY;

Completed in 494 milliseconds