Home
last modified time | relevance | path

Searched defs:startAnimationLocked (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/input/
H A DPointerControllerContext.cpp204 void PointerControllerContext::PointerAnimator::startAnimationLocked() REQUIRES(mLock) { in startAnimationLocked() function in android::PointerControllerContext::PointerAnimator
H A DTouchSpotController.cpp259 void TouchSpotController::startAnimationLocked() REQUIRES(mLock) { in startAnimationLocked() function in android::TouchSpotController
H A DMouseCursorController.cpp460 void MouseCursorController::startAnimationLocked() REQUIRES(mLock) { in startAnimationLocked() function in android::MouseCursorController
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSurfaceAnimationRunner.java269 private void startAnimationLocked(RunningAnimation a) { in startAnimationLocked() method in SurfaceAnimationRunner