OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mMaximum
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/include/cpustats/
CentralTendencyStatistics.h
28
mMean(NAN), mMedian(NAN), mMinimum(INFINITY),
mMaximum
(-INFINITY), mN(0), mM2(0),
43
double maximum() const { return
mMaximum
; }
61
double
mMaximum
;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
BasicParameterInt.java
24
protected int
mMaximum
= 100;
38
mMaximum
= p.
mMaximum
;
53
mMaximum
= max;
78
return
mMaximum
;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterBasicRepresentation.java
31
private int
mMaximum
;
41
mMaximum
= maximum;
47
return getName() + " : " + mMinimum + " < " + mValue + " < " +
mMaximum
;
83
&& basic.
mMaximum
==
mMaximum
113
if (mValue >
mMaximum
) {
114
mValue =
mMaximum
;
120
return
mMaximum
;
124
mMaximum
= maximum;
/frameworks/base/core/java/android/widget/
TextView.java
570
private int
mMaximum
= Integer.MAX_VALUE;
575
private int mOldMaximum =
mMaximum
;
[
all
...]
Completed in 595 milliseconds