Home
last modified time | relevance | path

Searched refs:createRemoteAnimationRecord (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRemoteAnimationControllerTest.java132 final AnimationAdapter adapter = mController.createRemoteAnimationRecord( in testForwardsShowBackdrop()
165 final AnimationAdapter adapter = mController.createRemoteAnimationRecord( in testRun()
206 final AnimationAdapter adapter = mController.createRemoteAnimationRecord( in testCancel()
220 final AnimationAdapter adapter = mController.createRemoteAnimationRecord( in testTimeout()
241 final AnimationAdapter adapter = mController.createRemoteAnimationRecord( in testTimeout_scaled()
274 mController.createRemoteAnimationRecord(win.mActivityRecord, in testNotReallyStarted()
285 mController.createRemoteAnimationRecord(win1.mActivityRecord, in testOneNotStarted()
287 final AnimationAdapter adapter = mController.createRemoteAnimationRecord( in testOneNotStarted()
312 final AnimationAdapter adapter = mController.createRemoteAnimationRecord( in testRemovedBeforeStarted()
356 final RemoteAnimationRecord record = mController.createRemoteAnimationRecord( in testChangeToSmallerSize()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DRemoteAnimationController.java106 RemoteAnimationRecord createRemoteAnimationRecord(WindowContainer windowContainer, in createRemoteAnimationRecord() method in RemoteAnimationController
109 return createRemoteAnimationRecord(windowContainer, position, localBounds, endBounds, in createRemoteAnimationRecord()
125 RemoteAnimationRecord createRemoteAnimationRecord(WindowContainer windowContainer, in createRemoteAnimationRecord() method in RemoteAnimationController
DWindowContainer.java3186 adapters = controller.createRemoteAnimationRecord( in getAnimationAdapter()
3191 adapters = controller.createRemoteAnimationRecord( in getAnimationAdapter()