Searched refs:mFloatValue (Results 1 – 3 of 3) sorted by relevance
332 float mFloatValue; field in LambdaPerfTest.ValPattern362 mFloatValue = time * 1000; in visit()365 mFloatValue = time; in visit()368 mFloatValue = time / 1000; in visit()371 mFloatValue = time / 1000 / 1000; in visit()382 return mRawPattern + (mType == TYPE_TIME ? (mFloatValue + "ms") : mIntValue); in toString()429 final float diff = newStatus.mPatterns[i].mFloatValue - p.mFloatValue; in calculateGcTime()
582 final float mFloatValue; field in AudioServiceEvents.SoundDoseEvent587 mFloatValue = f; in SoundDoseEvent()615 return String.format("momentary exposure MEL=%.2f", mFloatValue); in eventToString()619 mFloatValue * 100.0f, mLongValue); in eventToString()
306 private float mFloatValue; field in PackageManager.Property332 mFloatValue = value; in Property()396 return mFloatValue; in getFloat()463 b.putFloat(mName, mFloatValue); in toBundle()488 dest.writeFloat(mFloatValue); in writeToParcel()