OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaximum
(Results
1 - 7
of
7
) 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
;
/frameworks/av/media/libcpustats/
CentralTendencyStatistics.cpp
26
if (x >
mMaximum
)
27
mMaximum
= x;
43
mMaximum
= -INFINITY;
/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
593
private int
mMaximum
= Integer.MAX_VALUE;
598
private int mOldMaximum =
mMaximum
;
[
all
...]
/external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc
[
all
...]
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar
Completed in 571 milliseconds