Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DTextLayoutCache.cpp163 count, size, mMaxSize - mSize, value->getElapsedTime(), in getValue()
181 mNanosecondsSaved += (value->getElapsedTime() - elapsedTimeThruCacheGet); in getValue()
184 if (value->getElapsedTime() > 0) { in getValue()
185 float deltaPercent = 100 * ((value->getElapsedTime() - elapsedTimeThruCacheGet) in getValue()
186 / ((float)value->getElapsedTime())); in getValue()
191 value->getElapsedTime(), elapsedTimeThruCacheGet, deltaPercent, in getValue()
310 uint32_t TextLayoutCacheValue::getElapsedTime() { in getElapsedTime() function in android::TextLayoutCacheValue
DTextLayoutCache.h123 uint32_t getElapsedTime();