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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
EmojiCategoryPageIndicatorView.java 61 final float unitWidth = width / mCategoryPageSize;
62 final float left = unitWidth * mCurrentCategoryPageId + mOffset * unitWidth;
64 final float right = left + unitWidth;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControl.cpp 98 LayoutUnit unitWidth = logicalWidth() - borderAndPaddingLogicalWidth();
100 unitWidth -= innerText->renderBox()->paddingStart() + innerText->renderBox()->paddingEnd();
102 return unitWidth;

Completed in 99 milliseconds