Searched defs:trailing (Results 1 - 4 of 4) sorted by path

/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp184 size_t trailing = host->size() - colonOffset; local
185 host->erase(colonOffset, trailing);
/frameworks/base/core/java/android/text/
H A DLayout.java163 // note, omits trailing paragraph char
993 // Previous character is at same level, so don't use trailing.
1042 boolean trailing = primaryIsTrailingPrevious(offset);
1043 return getHorizontal(offset, trailing, clamped);
1061 boolean trailing = primaryIsTrailingPrevious(offset);
1062 return getHorizontal(offset, !trailing, clamped);
1069 private float getHorizontal(int offset, boolean trailing, boolean clamped) { argument
1072 return getHorizontal(offset, trailing, line, clamped);
1075 private float getHorizontal(int offset, boolean trailing, int line, boolean clamped) { argument
1094 float wid = tl.measure(offset - start, trailing, nul
[all...]
H A DTextLine.java280 * @param trailing true to measure the trailing edge of the character
288 float measure(int offset, boolean trailing, FontMetricsInt fmi) { argument
289 int target = trailing ? offset - 1 : offset;
431 // was the previous character, the caret is on its trailing edge.
437 // 4) If the active position is on the trailing edge of the character,
447 boolean trailing = false;
468 // use the position on the trailing edge of the previous
489 trailing = true;
509 if (cursor != (advance ? runLimit : runStart) || advance != trailing) {
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 86 milliseconds