Searched refs:dots (Results 1 – 2 of 2) sorted by relevance
86 float dots = resources.getDimensionPixelSize(R.dimen.usage_graph_dot_size); in UsageGraph() local88 mDottedPaint.setStrokeWidth(dots * 3); in UsageGraph()89 mDottedPaint.setPathEffect(new DashPathEffect(new float[] {dots, interval}, 0)); in UsageGraph()
70 ("*" does not matches dots whilst "**" does, and "." and "$" are interpreted as-is). In practice we