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()
524 final float mFloatValue; field in AudioServiceEvents.SoundDoseEvent529 mFloatValue = f; in SoundDoseEvent()553 return String.format("momentary exposure MEL=%.2f", mFloatValue); in eventToString()557 mFloatValue * 100.0f, mLongValue); in eventToString()
271 private float mFloatValue; field in PackageManager.Property297 mFloatValue = value; in Property()361 return mFloatValue; in getFloat()428 b.putFloat(mName, mFloatValue); in toBundle()453 dest.writeFloat(mFloatValue); in writeToParcel()