OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mFill
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Mms/src/com/android/mms/model/
MediaModel.java
55
protected short
mFill
;
200
* @return the
mFill
203
return
mFill
;
207
* @param fill the
mFill
to set
210
mFill
= fill;
SlideModel.java
57
private short
mFill
;
416
* @return the
mFill
419
return
mFill
;
423
* @param fill the
mFill
to set
426
mFill
= fill;
460
} else if (
mFill
!= ElementTime.FILL_FREEZE) {
Completed in 73 milliseconds