HomeSort by relevance Sort by last modified time
    Searched refs:FILL_FREEZE (Results 1 - 7 of 7) sorted by null

  /packages/apps/Mms/src/com/android/mms/dom/smil/
ElementTimeImpl.java 178 return FILL_FREEZE;
183 return FILL_FREEZE;
186 return FILL_FREEZE;
214 return FILL_FREEZE;
225 return FILL_FREEZE;
230 return FILL_FREEZE;
233 return FILL_FREEZE;
310 if (fill == FILL_FREEZE) {
318 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 105 } 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 179 if (mFill != ElementTime.FILL_FREEZE) {
SlideModel.java 470 } else if (mFill != ElementTime.FILL_FREEZE) {

Completed in 676 milliseconds