OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lineLeft
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/text/method/
BaseMovementMethod.java
431
final int
lineLeft
= (int) Math.floor(layout.getLineLeft(line));
432
if (
lineLeft
< left) {
433
left =
lineLeft
;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp
[
all
...]
Completed in 28 milliseconds