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

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Typeface_Delegate.java 60 private final int mWeight;
90 int weight = mWeight + ((mStyle & Font.BOLD) == 0 ? 0 : FontFamily_Delegate.BOLD_FONT_WEIGHT_DELTA);
147 delegate.mWeight));
208 mWeight = weight;
FontFamily_Delegate.java 70 int mWeight;
152 desiredStyle.mWeight = desiredWeight;
312 fontInfo.mWeight = weight;
319 int weight = fontInfo.mWeight;
324 if (font.mWeight == weight && font.mIsItalic == isItalic) {
336 int score = Math.abs(font1.mWeight - font2.mWeight);
354 int desiredWeight = outFont.mWeight;
355 int srcWeight = srcFont.mWeight;
371 outFont.mWeight = srcWeight
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/params/
MeteringRectangle.java 78 private final int mWeight;
96 mWeight = checkArgumentInRange(
120 mWeight = checkArgumentNonnegative(meteringWeight, "meteringWeight must be nonnegative");
141 mWeight = checkArgumentNonnegative(meteringWeight, "meteringWeight must be nonnegative");
186 return mWeight;
247 && mWeight == other.mWeight);
255 return HashCodeHelpers.hashCode(mX, mY, mWidth, mHeight, mWeight);
267 return String.format("(x:%d, y:%d, w:%d, h:%d, wt:%d)", mX, mY, mWidth, mHeight, mWeight);
  /frameworks/opt/net/voip/src/jni/rtp/
EchoSuppressor.h 55 float mWeight;
  /packages/apps/Settings/src/com/android/settings/applications/
ProcStatsEntry.java 46 final long mWeight;
69 mWeight = (weightWithTime ? mDuration : 1) * (useUss ? mAvgUss : mAvgPss);
71 + " avgpss=" + mAvgPss + " weight=" + mWeight);
84 mWeight = in.readLong();
136 if (subProcs.get(0).mWeight > (subProcs.get(1).mWeight*3)) {
138 + subProcs.get(0).mPackage + " weight " + subProcs.get(0).mWeight
140 + " weight " + subProcs.get(1).mWeight);
147 long maxWeight = subProcs.get(0).mWeight;
150 if (subProcs.get(i).mWeight < (maxWeight/2))
    [all...]
  /hardware/ti/omap4-aah/camera/inc/
CameraHal.h 197 mWeight(weight) {}
214 && ( 0 == mRight ) && ( 0 == mWeight ));
219 return mWeight;
248 size_t mWeight;
    [all...]
  /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 173 milliseconds