Home
last modified time | relevance | path

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

/frameworks/base/libs/input/
DTouchSpotController.h39 bool doAnimations(nsecs_t timestamp);
DMouseCursorController.h64 bool doAnimations(nsecs_t timestamp);
DTouchSpotController.cpp212 bool TouchSpotController::doAnimations(nsecs_t timestamp) { in doAnimations() function in android::TouchSpotController
260 std::function<bool(nsecs_t)> func = std::bind(&TouchSpotController::doAnimations, this, _1); in startAnimationLocked()
DMouseCursorController.cpp455 bool MouseCursorController::doAnimations(nsecs_t timestamp) { in doAnimations() function in android::MouseCursorController
481 std::function<bool(nsecs_t)> func = std::bind(&MouseCursorController::doAnimations, this, _1); in startAnimationLocked()