OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gethorizontal
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/java/android/text/
Layout.java
805
return
getHorizontal
(offset, trailing, clamped);
824
return
getHorizontal
(offset, !trailing, clamped);
827
private float
getHorizontal
(int offset, boolean trailing, boolean clamped) {
830
return
getHorizontal
(offset, trailing, line, clamped);
833
private float
getHorizontal
(int offset, boolean trailing, int line, boolean clamped) {
[
all
...]
Completed in 52 milliseconds