HomeSort by relevance Sort by last modified time
    Searched refs:heightOffset (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/keyboard/resources/
main.js 339 * @param {number} heightOffset The height offset caused by the rows above.
341 function realignSpacebarRow(row, prevRow, params, keyHeight, heightOffset) {
389 var yOffset = params.offsetTop + heightOffset;
425 * @param {number} heightOffset The offset caused by rows above it.
427 function realignRow(row, params, keyHeight, heightOffset) {
482 var yOffset = params.offsetTop + heightOffset;
548 var heightOffset = 0;
554 realignSpacebarRow(row, rows[i-1], params, rowHeight, heightOffset)
556 realignRow(row, params, rowHeight, heightOffset);
558 heightOffset += (rowHeight + params.pitchY)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PhotoSelectionActivity.java 208 * @param heightOffset This is the amount of height to leave open for the photo action popup.
210 private int getAdjustedExpandedPhotoSize(View enclosingView, int heightOffset) {
215 final int boundsHeight = bounds.height() - heightOffset;
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 861 final float heightOffset = mSquareHeight / 2f;
863 invalidate((int) (startX - widthOffset), (int) (startY - heightOffset),
864 (int) (startX + widthOffset), (int) (startY + heightOffset));
    [all...]

Completed in 69 milliseconds