HomeSort by relevance Sort by last modified time
    Searched full:endstyle (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/editing/
ApplyBlockElementCommand.cpp 209 RenderStyle* endStyle = renderStyleOfEnclosingTextNode(end);
210 if (endStyle) {
213 if (endStyle->preserveNewline() && start == end
223 if (!endStyle->collapseWhiteSpace() && end.offsetInContainerNode()
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderSpanTest.java 134 int endStyle = mSpanSet.mSpanEndPositionStyle[count];
140 start + "," + end + " | " + startStyle + " " + endStyle +
145 if (startStyle == SpanSet.INSIDE && endStyle == SpanSet.INSIDE &&
190 switch (endStyle) {
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java     [all...]

Completed in 84 milliseconds