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

  /frameworks/opt/net/voip/src/jni/rtp/
EchoSuppressor.h 55 float mWeight;
  /packages/apps/Settings/src/com/android/settings/applications/
ProcStatsEntry.java 45 final long mWeight;
68 mWeight = (weightWithTime ? mDuration : 1) * (useUss ? mAvgUss : mAvgPss);
70 + " avgpss=" + mAvgPss + " weight=" + mWeight);
83 mWeight = in.readLong();
131 if (subProcs.get(0).mWeight > (subProcs.get(1).mWeight*3)) {
133 + subProcs.get(0).mPackage + " weight " + subProcs.get(0).mWeight
135 + " weight " + subProcs.get(1).mWeight);
142 long maxWeight = subProcs.get(0).mWeight;
145 if (subProcs.get(i).mWeight < (maxWeight/2))
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
StackBox.java 77 float mWeight;
199 mWeight = weight;
203 mWeight = 1.0f - weight;
212 mWeight = weight;
216 mWeight = 1.0f - weight;
281 mParent.mWeight = isFirstChild() ? weight : 1.0f - weight;
306 int firstHeight = (int)(height * mWeight);
314 int firstWidth = (int)(width * mWeight);
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 141 mWeight(weight) {}
158 && ( 0 == mRight ) && ( 0 == mWeight ));
163 return mWeight;
192 size_t mWeight;
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 119 milliseconds