HomeSort by relevance Sort by last modified time
    Searched defs:mMaxWeight (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsDetail.java 65 private long mMaxWeight;
85 mMaxWeight = args.getLong(EXTRA_MAX_WEIGHT);
112 final double percentOfWeight = (((double)mEntry.mWeight) / mMaxWeight) * 100;
ProcessStatsUi.java 115 long mMaxWeight;
223 args.putLong(ProcessStatsDetail.EXTRA_MAX_WEIGHT, mMaxWeight);
727 mMaxWeight = (long)(mShowSystem ? persBackgroundWeight : backgroundWeight);
728 if (mMaxWeight < maxWeight) {
729 mMaxWeight = maxWeight;
733 (mMaxWeight * 1024) / memTotalTime));
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 50 milliseconds