OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smil
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/telephony/src/android/telephony/cts/
MmsTest.java
66
"<
smil
>" +
78
"</
smil
>";
239
// Add text part. Always add a
smil
part for compatibility, without it there
241
final int size = addTextPart(body, text, true/* add text
smil
*/);
279
final String
smil
= String.format(sSmilText, TEXT_PART_FILENAME);
local
280
addSmilPart(pb,
smil
);
285
private static void addSmilPart(PduBody pb, String
smil
) {
287
smilPart.setContentId("
smil
".getBytes());
288
smilPart.setContentLocation("
smil
.xml".getBytes());
290
smilPart.setData(
smil
.getBytes())
[
all
...]
/packages/apps/Messaging/tools/messagegen/
fillsms
49
SMIL
='<
smil
> <head> <layout> <root-layout height="%dpx" width="%dpx"> <region fit="meet" height="%dpx" id="Image" left="0" top="0" width="%dpx"/></root-layout> </layout> </head> <body> <par dur="5000ms"> <img region="Image" src="%s"/> </par> </body> </
smil
>'
236
smil
=$(printf "$
SMIL
" $height $width $height $width $image)
237
add_sql "insert into part (_id,mid,seq,ct,cid,cl,text) values ($id_1, $message_id, -1, 'application/
smil
', '<
smil
>', '
smil
.xml', '$
smil
');"
/development/samples/ApiDemos/src/com/example/android/apis/os/
MmsMessagingDemo.java
319
"<
smil
>" +
331
"</
smil
>";
355
// Add text part. Always add a
smil
part for compatibility, without it there
357
final int size = addTextPart(body, text, true/* add text
smil
*/);
392
final String
smil
= String.format(sSmilText, TEXT_PART_FILENAME);
local
393
addSmilPart(pb,
smil
);
398
private static void addSmilPart(PduBody pb, String
smil
) {
400
smilPart.setContentId("
smil
".getBytes());
401
smilPart.setContentLocation("
smil
.xml".getBytes());
403
smilPart.setData(
smil
.getBytes())
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/sms/
MmsUtils.java
204
//
SMIL
spec: http://www.w3.org/TR/SMIL3
232
"<
smil
>" +
243
"</
smil
>";
246
"<
smil
>" +
257
"</
smil
>";
260
"<
smil
>" +
273
"</
smil
>";
276
"<
smil
>" +
285
"</
smil
>";
384
// Append appropriate
SMIL
to the body
590
final String
smil
= String.format(
smil
Template,
smil
Body);
local
[
all
...]
Completed in 958 milliseconds