OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
109
LayoutUnit
unitWidth
= logicalWidth() - borderAndPaddingLogicalWidth();
111
unitWidth
-= innerText->renderBox()->paddingStart() + innerText->renderBox()->paddingEnd();
113
return
unitWidth
;
Completed in 538 milliseconds