Home
last modified time | relevance | path

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

/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
DSubsamplingScaleImageView.java1057 if (getRequiredRotation() == ORIENTATION_0) { in onDraw()
1059 } else if (getRequiredRotation() == ORIENTATION_90) { in onDraw()
1061 } else if (getRequiredRotation() == ORIENTATION_180) { in onDraw()
1063 } else if (getRequiredRotation() == ORIENTATION_270) { in onDraw()
1092 matrix.postRotate(getRequiredRotation()); in onDraw()
1095 if (getRequiredRotation() == ORIENTATION_180) { in onDraw()
1097 } else if (getRequiredRotation() == ORIENTATION_90) { in onDraw()
1099 } else if (getRequiredRotation() == ORIENTATION_270) { in onDraw()
1964 int rotation = getRequiredRotation(); in sWidth()
1977 int rotation = getRequiredRotation(); in sHeight()
[all …]