HomeSort by relevance Sort by last modified time
    Searched refs:animatorProto (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/keystore/src/android/server/am/
WindowManagerState.java 510 WindowStateAnimatorProto animatorProto = proto.animator;
511 if (animatorProto != null) {
512 if (animatorProto.surface != null) {
513 WindowSurfaceControllerProto surfaceProto = animatorProto.surface;
516 mCrop = extract(animatorProto.lastClipRect);
  /cts/tests/framework/base/activitymanager/util/src/android/server/am/
WindowManagerState.java 793 WindowStateAnimatorProto animatorProto = proto.animator;
794 if (animatorProto != null) {
795 if (animatorProto.surface != null) {
796 WindowSurfaceControllerProto surfaceProto = animatorProto.surface;
800 mCrop = extract(animatorProto.lastClipRect);
    [all...]

Completed in 109 milliseconds