Home
last modified time | relevance | path

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

/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
DPlayheadView.java40 private final int mTicksHeight; field in PlayheadView
67 mTicksHeight = (int)resources.getDimension(R.dimen.playhead_tick_height); in PlayheadView()
179 canvas.drawLine(i, 0, i, mTicksHeight, mLinePaint); in onDraw()