Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/server/am/
DWindowManagerState.java510 WindowStateAnimatorProto animatorProto = proto.animator; in WindowState() local
511 if (animatorProto != null) { in WindowState()
512 if (animatorProto.surface != null) { in WindowState()
513 WindowSurfaceControllerProto surfaceProto = animatorProto.surface; in WindowState()
516 mCrop = extract(animatorProto.lastClipRect); in WindowState()
/cts/tests/framework/base/activitymanager/util/src/android/server/am/
DWindowManagerState.java793 WindowStateAnimatorProto animatorProto = proto.animator; in WindowState() local
794 if (animatorProto != null) { in WindowState()
795 if (animatorProto.surface != null) { in WindowState()
796 WindowSurfaceControllerProto surfaceProto = animatorProto.surface; in WindowState()
800 mCrop = extract(animatorProto.lastClipRect); in WindowState()