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

/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 DTextLine.java308 * @param trailing true to measure the trailing edge of the character
316 float measure(int offset, boolean trailing, FontMetricsInt fmi) { argument
317 int target = trailing ? offset - 1 : offset;
394 float[] measureAllOffsets(boolean[] trailing, FontMetricsInt fmi) { argument
399 target[offset] = trailing[offset] ? offset - 1 : offset;
551 // was the previous character, the caret is on its trailing edge.
557 // 4) If the active position is on the trailing edge of the character,
567 boolean trailing = false;
588 // use the position on the trailing edg
[all...]
H A DLayout.java195 // note, omits trailing paragraph char
1008 * Checks if the trailing BiDi level should be used for an offset
1018 * associated with the trailing run if the BiDi level of the trailing run is higher than of the
1030 * @returns true if offset is at the BiDi level transition point and trailing BiDi level is
1048 // Previous character is at same level, so don't use trailing.
1093 boolean[] trailing = new boolean[lineEnd - lineStart + 1];
1109 trailing[start - lineStart] = currentLevel > (start == lineStart
1114 return trailing;
1132 boolean trailing
1159 getHorizontal(int offset, boolean trailing, boolean clamped) argument
1165 getHorizontal(int offset, boolean trailing, int line, boolean clamped) argument
[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 64 milliseconds