Home
last modified time | relevance | path

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

/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
DCustomVirtualView.kt62 private val lineLength = textHeight + verticalGap constant
120 var y = (topMargin + lineLength).toFloat() in onDraw()
133 it.bounds.set(x.toInt(), (y - lineLength).toInt(), in onDraw()
137 y += lineLength.toFloat() in onDraw()
143 Log.d(TAG, "Touched: y=$y, range=$lineLength, top=$topMargin") in onTouchEvent()
147 upperY = lowerY + lineLength in onTouchEvent()
157 lowerY += lineLength in onTouchEvent()