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

/frameworks/base/core/java/android/text/
H A DTextLine.java259 * @param trailing true to measure the trailing edge of the character
267 float measure(int offset, boolean trailing, FontMetricsInt fmi) { argument
268 int target = trailing ? offset - 1 : offset;
410 // was the previous character, the caret is on its trailing edge.
416 // 4) If the active position is on the trailing edge of the character,
426 boolean trailing = false;
447 // use the position on the trailing edge of the previous
468 trailing = true;
488 if (cursor != (advance ? runLimit : runStart) || advance != trailing) {
[all...]
H A DLayout.java130 // note, omits trailing paragraph char
842 // Previous character is at same level, so don't use trailing.
891 boolean trailing = primaryIsTrailingPrevious(offset);
892 return getHorizontal(offset, trailing, clamped);
910 boolean trailing = primaryIsTrailingPrevious(offset);
911 return getHorizontal(offset, !trailing, clamped);
918 private float getHorizontal(int offset, boolean trailing, boolean clamped) { argument
921 return getHorizontal(offset, trailing, line, clamped);
924 private float getHorizontal(int offset, boolean trailing, int line, boolean clamped) { argument
943 float wid = tl.measure(offset - start, trailing, nul
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp184 size_t trailing = host->size() - colonOffset; local
185 host->erase(colonOffset, trailing);
/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 228 milliseconds