Home
last modified time | relevance | path

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

/frameworks/base/libs/input/
DMouseCursorController.h113 bool doFadingAnimationLocked(nsecs_t timestamp);
DTouchSpotController.h95 bool doFadingAnimationLocked(nsecs_t timestamp);
DTouchSpotController.cpp223 bool keepAnimating = doFadingAnimationLocked(timestamp); in doAnimations()
237 bool TouchSpotController::doFadingAnimationLocked(nsecs_t timestamp) REQUIRES(mLock) { in doFadingAnimationLocked() function in android::TouchSpotController
DMouseCursorController.cpp302 bool MouseCursorController::doFadingAnimationLocked(nsecs_t timestamp) REQUIRES(mLock) { in doFadingAnimationLocked() function in android::MouseCursorController
454 bool keepFading = doFadingAnimationLocked(timestamp); in doAnimations()