Home
last modified time | relevance | path

Searched defs:deltaRotate (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
H A DPreviewPositionHelper.java69 int deltaRotate = getRotationDelta(currentRotation, thumbnailRotation); in updateThumbnailMatrix() local
201 private void setThumbnailRotation(int deltaRotate, Rect thumbnailPosition) { in setThumbnailRotation()