Home
last modified time | relevance | path

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

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