Home
last modified time | relevance | path

Searched defs:trailing (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.cpp184 size_t trailing = host->size() - colonOffset; in ParseURL() local
/frameworks/base/core/java/android/text/
DLayout.java1133 private float getHorizontal(int offset, boolean trailing, boolean clamped) { in getHorizontal()
1139 private float getHorizontal(int offset, boolean trailing, int line, boolean clamped) { in getHorizontal()
DTextLine.java298 float measure(int offset, boolean trailing, FontMetricsInt fmi) { in measure()