Searched refs:mShowMax (Results 1 – 1 of 1) sorted by relevance
53 private boolean mShowMax; field in ProcessStatsUi81 mShowMax = !mShowMax; in onOptionsItemSelected()90 mMenuMax.setVisible(!mShowMax); in updateMenu()91 mMenuAvg.setVisible(mShowMax); in updateMenu()155 mAppListGroup.setTitle(mShowMax ? R.string.maximum_memory_use in refreshUi()169 Collections.sort(pkgEntries, mShowMax ? sMaxPackageEntryCompare : sPackageEntryCompare); in refreshUi()176 double maxMemory = mShowMax ? memInfo.realTotalRam in refreshUi()183 memInfo.totalScale, !mShowMax); in refreshUi()