Home
last modified time | relevance | path

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

/frameworks/base/libs/input/
DPointerController.cpp59 static const nsecs_t SPOT_FADE_DURATION = 200 * 1000000LL; // 200 ms variable
566 spot->alpha -= float(frameDelay) / SPOT_FADE_DURATION; in doFadingAnimationLocked()