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

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 452 float marginY = (height - fontHeight) / 2.0f;
453 float y = marginY - mFmi.top;
SoftKeyboardView.java 473 float marginY = (softKey.height() - fontHeight) / 2.0f;
474 float y = softKey.mTop + marginY - mFmi.top + mFmi.bottom / 1.5f;
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 389 int marginY = (int) (marginFraction * (mBackgroundRect.bottom - mBackgroundRect.top));
390 mGlowBackgroundRect.set(mBackgroundRect.left - marginX, mBackgroundRect.top - marginY,
391 mBackgroundRect.right + marginX, mBackgroundRect.bottom + marginY);
483 int marginY = (int) (marginFraction * (clipRect.bottom - clipRect.top));
485 canvas.clipRect(-marginX, -marginY,
486 getWidth() + marginX, getHeight() + marginY, Region.Op.REPLACE);
    [all...]

Completed in 60 milliseconds