Searched refs:adjustPressure (Results 1 – 1 of 1) sorted by relevance
188 val newR = Math.max(1f, powf(adjustPressure(s.pressure), 2f).toFloat() * _brushWidth) in plot()227 private fun adjustPressure(pressure: Float): Float { in adjustPressure() method in com.android.egg.paint.Painting