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.java86 long mConstValue; field in PooledLambdaImpl
155 mConstValue = 0L; in doRecycle()
463 return Double.longBitsToDouble(mConstValue); in getAsDouble()
468 return (int) mConstValue; in getAsInt()
473 return mConstValue; in getAsLong()
DPooledLambda.java136 r.mConstValue = value; in obtainSupplier()
148 r.mConstValue = value; in obtainSupplier()
160 r.mConstValue = Double.doubleToRawLongBits(value); in obtainSupplier()