Searched refs:mWeightToRam (Results 1 – 1 of 1) sorted by relevance
92 private double mWeightToRam; field in ProcessStatsDetail110 mWeightToRam = args.getDouble(EXTRA_WEIGHT_TO_RAM); in onCreate()204 double avgRam = (statsForeground ? mApp.mRunWeight : mApp.mBgWeight) * mWeightToRam; in createDetails()271 long memoryUse = Math.max((long) (entry.mRunWeight * mWeightToRam), in fillProcessesSection()272 (long) (entry.mBgWeight * mWeightToRam)); in fillProcessesSection()