OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FILL_FREEZE
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Mms/src/com/android/mms/dom/smil/
ElementTimeImpl.java
176
return
FILL_FREEZE
;
181
return
FILL_FREEZE
;
184
return
FILL_FREEZE
;
212
return
FILL_FREEZE
;
223
return
FILL_FREEZE
;
228
return
FILL_FREEZE
;
231
return
FILL_FREEZE
;
308
if (fill ==
FILL_FREEZE
) {
316
if (fillDefault ==
FILL_FREEZE
) {
/packages/apps/Mms/src/org/w3c/dom/smil/
ElementTime.java
74
public static final short
FILL_FREEZE
= 1;
/packages/apps/Mms/src/com/android/mms/model/
TextModel.java
104
} else if (mFill != ElementTime.
FILL_FREEZE
) {
ImageModel.java
119
} else if (mFill != ElementTime.
FILL_FREEZE
) {
MediaModelFactory.java
206
* the device has to set fill type as
FILL_FREEZE
.
210
media.setFill(sme.
FILL_FREEZE
);
VideoModel.java
173
if (mFill != ElementTime.
FILL_FREEZE
) {
SlideModel.java
469
} else if (mFill != ElementTime.
FILL_FREEZE
) {
Completed in 57 milliseconds