Home | History | Annotate | Download | only in applications

Lines Matching defs:maxWeight

719         long maxWeight = 1;
722 if (maxWeight < proc.mWeight) {
723 maxWeight = proc.mWeight;
728 if (mMaxWeight < maxWeight) {
729 mMaxWeight = maxWeight;
736 maxWeight;