OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxEstimate
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java
265
final long
maxEstimate
= mSeries.getMaxEstimate();
279
final boolean estimateVisible = (
maxEstimate
>= interestLine * 7 / 10);
/frameworks/av/media/libstagefright/httplive/
LiveSession.cpp
181
int32_t minEstimate = -1,
maxEstimate
= -1;
188
if (
maxEstimate
< 0 ||
maxEstimate
< estimate) {
189
maxEstimate
= estimate;
194
mIsStable = (
maxEstimate
<= minEstimate * 4 / 3)
[
all
...]
Completed in 92 milliseconds