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.java504 WindowStateAnimatorProto animatorProto = proto.animator; in WindowState() local
505 if (animatorProto != null) { in WindowState()
506 if (animatorProto.surface != null) { in WindowState()
507 WindowSurfaceControllerProto surfaceProto = animatorProto.surface; in WindowState()
510 mCrop = extract(animatorProto.lastClipRect); in WindowState()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java859 WindowStateAnimatorProto animatorProto = proto.animator; in WindowState() local
860 if (animatorProto != null) { in WindowState()
861 if (animatorProto.surface != null) { in WindowState()
862 WindowSurfaceControllerProto surfaceProto = animatorProto.surface; in WindowState()
866 mCrop = extract(animatorProto.lastClipRect); in WindowState()