Searched refs:topMargin (Results 1 – 3 of 3) sorted by relevance
59 private val topMargin = 100 constant120 var y = (topMargin + lineLength).toFloat() in onDraw()143 Log.d(TAG, "Touched: y=$y, range=$lineLength, top=$topMargin") in onTouchEvent()144 var lowerY = topMargin in onTouchEvent()
96 params.topMargin = args.getInt(ARG_Y); in onViewCreated()
273 params.topMargin = (int) source.getY(); in copyVisibleViews()