Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/incall/impl/
DInCallPaginator.java43 private Path inactiveDotPath; field in InCallPaginator
72 inactiveDotPath = new Path(); in init()
119 inactiveDotPath.reset(); in onDraw()
126 inactiveDotPath.addRoundRect( in onDraw()
134 inactiveDotPath.addCircle( in onDraw()
138 inactiveDotPath.addRoundRect( in onDraw()
146 inactiveDotPath.addCircle( in onDraw()
153 inactiveDotPath.addRoundRect( in onDraw()
161 inactiveDotPath.addRoundRect( in onDraw()
171 canvas.drawPath(inactiveDotPath, inactivePaint); in onDraw()