Home
last modified time | relevance | path

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

/frameworks/base/libs/input/
DMouseCursorController.h66 bool doAnimations(nsecs_t timestamp);
DTouchSpotController.h39 bool doAnimations(nsecs_t timestamp);
DTouchSpotController.cpp221 bool TouchSpotController::doAnimations(nsecs_t timestamp) { in doAnimations() function in android::TouchSpotController
269 std::function<bool(nsecs_t)> func = std::bind(&TouchSpotController::doAnimations, this, _1); in startAnimationLocked()
DMouseCursorController.cpp452 bool MouseCursorController::doAnimations(nsecs_t timestamp) { in doAnimations() function in android::MouseCursorController
478 std::function<bool(nsecs_t)> func = std::bind(&MouseCursorController::doAnimations, this, _1); in startAnimationLocked()