Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
DPreviewPositionHelper.java68 int deltaRotate = getRotationDelta(currentRotation, thumbnailRotation); in updateThumbnailMatrix()
185 private int getRotationDelta(int oldRotation, int newRotation) { in getRotationDelta() method in PreviewPositionHelper