Searched refs:FILL_FREEZE (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Mms/src/com/android/mms/dom/smil/
H A DElementTimeImpl.java176 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/
H A DElementTime.java74 public static final short FILL_FREEZE = 1; field in interface:ElementTime
/packages/apps/Mms/src/com/android/mms/model/
H A DTextModel.java125 } else if (mFill != ElementTime.FILL_FREEZE) {
H A DVideoModel.java175 if (mFill != ElementTime.FILL_FREEZE) {
H A DImageModel.java129 } else if (mFill != ElementTime.FILL_FREEZE) {
H A DMediaModelFactory.java252 * the device has to set fill type as FILL_FREEZE.
256 media.setFill(sme.FILL_FREEZE);
H A DSlideModel.java462 } else if (mFill != ElementTime.FILL_FREEZE) {

Completed in 103 milliseconds