Searched refs:extraRotation (Results 1 – 2 of 2) sorted by relevance
1320 int extraRotation = 0; in DealWithSurfaceRotationAndGravity() local1324 extraRotation = degree - rotationDegree; in DealWithSurfaceRotationAndGravity()1327 … (rotationTransform + extraRotation / RS_ROTATION_90 + SCREEN_ROTATION_NUM) % SCREEN_ROTATION_NUM); in DealWithSurfaceRotationAndGravity()
1302 int extraRotation = 0; in GetRotateTransformForRotationFixed() local1308 extraRotation = degree - rotationDegree; in GetRotateTransformForRotationFixed()1310 … (transformType + extraRotation / RS_ROTATION_90 + SCREEN_ROTATION_NUM) % SCREEN_ROTATION_NUM); in GetRotateTransformForRotationFixed()