Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DRemoteAnimationTarget.java339 public void setRotationChange(int rotationChange) { in setRotationChange() method in RemoteAnimationTarget
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/
H A DTransitionUtil.java325 target.setRotationChange(change.getEndRotation() - change.getStartRotation()); in newTarget()