Home
last modified time | relevance | path

Searched refs:doBitmapAnimationLocked (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/input/
H A DMouseCursorController.h108 bool doBitmapAnimationLocked(nsecs_t timestamp);
H A DMouseCursorController.cpp320 bool MouseCursorController::doBitmapAnimationLocked(nsecs_t timestamp) REQUIRES(mLock) { in doBitmapAnimationLocked() function in android::MouseCursorController
445 bool keepBitmap = doBitmapAnimationLocked(timestamp); in doAnimations()