We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca105d commit 61a8610Copy full SHA for 61a8610
app/src/main/java/com/dan/perspective/Bitmap2View.kt
@@ -5,8 +5,8 @@ import android.graphics.RectF
5
6
7
class Bitmap2View( bitmapWidth: Int = -1, bitmapHeight: Int = -1, viewRect: RectF = RectF() ) {
8
- val scale = PointF(1f, 1f)
9
- val delta = PointF( 0f, 0f)
+ private val scale = PointF(1f, 1f)
+ private val delta = PointF( 0f, 0f)
10
private var bitmapWidth = -1
11
private var bitmapHeight = -1
12
private val viewRect = RectF()
0 commit comments