Home
last modified time | relevance | path

Searched refs:mConstValue (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/function/pooled/
DPooledLambdaImpl.java97 long mConstValue; field in PooledLambdaImpl
166 mConstValue = 0L; in doRecycle()
548 return Double.longBitsToDouble(mConstValue); in getAsDouble()
553 return (int) mConstValue; in getAsInt()
558 return mConstValue; in getAsLong()
DPooledLambda.java142 r.mConstValue = value; in obtainSupplier()
154 r.mConstValue = value; in obtainSupplier()
166 r.mConstValue = Double.doubleToRawLongBits(value); in obtainSupplier()