Home
last modified time | relevance | path

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

/frameworks/base/libs/input/
DMouseCursorController.h110 bool doFadingAnimationLocked(nsecs_t timestamp);
DTouchSpotController.h91 bool doFadingAnimationLocked(nsecs_t timestamp);
DTouchSpotController.cpp214 bool keepAnimating = doFadingAnimationLocked(timestamp); in doAnimations()
228 bool TouchSpotController::doFadingAnimationLocked(nsecs_t timestamp) REQUIRES(mLock) { in doFadingAnimationLocked() function in android::TouchSpotController
DMouseCursorController.cpp315 bool MouseCursorController::doFadingAnimationLocked(nsecs_t timestamp) REQUIRES(mLock) { in doFadingAnimationLocked() function in android::MouseCursorController
457 bool keepFading = doFadingAnimationLocked(timestamp); in doAnimations()