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

  /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;
EchoSuppressor.cpp 82 mWeight = 1.0f / (mRecordLength * mWindowSize);
167 float varY = mY2Sum - mWeight * mYSum * mYSum;
169 float cov = mXYSums[i] - mWeight * mXSums[i] * mYSum;
171 float varXi = mX2Sums[i] - mWeight * mXSums[i] * mXSums[i];
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
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...]
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;
  /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...]
ProcessStatsUi.java 78 if (lhs.mWeight < rhs.mWeight) {
80 } else if (lhs.mWeight > rhs.mWeight) {
722 if (maxWeight < proc.mWeight) {
723 maxWeight = proc.mWeight;
    [all...]
ProcessStatsDetail.java 112 final double percentOfWeight = (((double)mEntry.mWeight) / mMaxWeight) * 100;
  /hardware/ti/omap4-aah/camera/
CameraHalUtilClasses.cpp 354 (mWeight == area->mWeight));
  /hardware/ti/omap4xxx/camera/
CameraHalUtilClasses.cpp 356 (mWeight == area->mWeight));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 776 private float mWeight;
    [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 1353 milliseconds