OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:postprocess
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vp8/common/
onyxd.h
32
int
postprocess
;
member in struct:__anon7440
/packages/apps/Contacts/src/com/android/contacts/util/
HtmlUtils.java
49
return
postprocess
(context, spanned);
61
return
postprocess
(context, Html.fromHtml(text, imageGetter, tagHandler));
69
static Spanned
postprocess
(Context context, Spanned original) {
method in class:HtmlUtils
/packages/apps/Contacts/tests/src/com/android/contacts/util/
HtmlUtilsTest.java
39
* Test for {@link HtmlUtils#
postprocess
} specifically about trimming newlines.
51
assertNull(HtmlUtils.
postprocess
(getContext(), null));
57
HtmlUtils.
postprocess
(getContext(), new SpannedString(text)).toString());
60
HtmlUtils.
postprocess
(getContext(), new SpannableStringBuilder(text)).toString());
69
checkPostProcess(HtmlUtils.
postprocess
(getContext(), builder));
72
checkPostProcess(HtmlUtils.
postprocess
(getContext(), new SpannedString(builder)));
85
checkPostProcess(HtmlUtils.
postprocess
(getContext(), builder));
88
checkPostProcess(HtmlUtils.
postprocess
(getContext(), new SpannedString(builder)));
Completed in 52 milliseconds