Searched refs:doAnimations (Results 1 – 4 of 4) sorted by relevance
39 bool doAnimations(nsecs_t timestamp);
64 bool doAnimations(nsecs_t timestamp);
212 bool TouchSpotController::doAnimations(nsecs_t timestamp) { in doAnimations() function in android::TouchSpotController260 std::function<bool(nsecs_t)> func = std::bind(&TouchSpotController::doAnimations, this, _1); in startAnimationLocked()
455 bool MouseCursorController::doAnimations(nsecs_t timestamp) { in doAnimations() function in android::MouseCursorController481 std::function<bool(nsecs_t)> func = std::bind(&MouseCursorController::doAnimations, this, _1); in startAnimationLocked()