Home
last modified time | relevance | path

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

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