Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DVirtualContainerView.java80 private int mLineLength; field in VirtualContainerView
118 mLineLength = mTextHeight + mVerticalGap; in VirtualContainerView()
152 float y = mTopMargin + mLineLength; in onDraw()
168 line.bounds.set((int) x, (int) (y - mLineLength), in onDraw()
172 y += mLineLength; in onDraw()
179 Log.d(TAG, "You can touch this: y=" + y + ", range=" + mLineLength + ", top=" + mTopMargin); in onTouchEvent()
183 upperY = lowerY + mLineLength; in onTouchEvent()
197 lowerY += mLineLength; in onTouchEvent()