Searched refs:currentRotation (Results 1 – 3 of 3) sorted by relevance
458 public static int getRotationForUserDegreesRotated(float degrees, int currentRotation) { in getRotationForUserDegreesRotated() argument460 return currentRotation; in getRotationForUserDegreesRotated()464 switch (currentRotation) { in getRotationForUserDegreesRotated()509 return currentRotation; in getRotationForUserDegreesRotated()
471 final int currentRotation = getDisplay().getRotation(); in listenOrientationEvent()473 && currentRotation == Surface.ROTATION_270) || ( in listenOrientationEvent()475 && currentRotation == Surface.ROTATION_90)) { in listenOrientationEvent()476 mPreviousRotation = currentRotation; in listenOrientationEvent()
385 int currentRotation = getTaskView().getRecentsView().getPagedViewOrientedState() in updateThumbnailMatrix() local390 currentRotation, isRtl); in updateThumbnailMatrix()447 int canvasWidth, int canvasHeight, DeviceProfile dp, int currentRotation, in updateThumbnailMatrix() argument453 int deltaRotate = getRotationDelta(currentRotation, thumbnailRotation); in updateThumbnailMatrix()