Home
last modified time | relevance | path

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

/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
DAbstractCustomVirtualView.java77 protected int mTopMargin; field in AbstractCustomVirtualView
106 mTopMargin = getPaddingTop(); in resetCoordinates()
119 float y = mTopMargin + mLineLength; in onDraw()
158 Log.d(TAG, "onMotion(): y=" + y + ", range=" + mLineLength + ", top=" + mTopMargin); in onMotion()
160 int lowerY = mTopMargin; in onMotion()
DScrollableCustomVirtualView.java76 mTopMargin -= distanceY; in onScroll()