Searched refs:DonutView (Results 1 – 5 of 5) sorted by relevance
33 import com.android.settings.widget.DonutView;67 final DonutView donut = (DonutView) view.findViewById(R.id.donut); in onBindViewHolder()
35 import com.android.car.developeroptions.widget.DonutView;68 final DonutView donut = (DonutView) view.findViewById(R.id.donut); in onBindViewHolder()
51 public class DonutView extends View { class67 public DonutView(Context context) { in DonutView() method in DonutView71 public DonutView(Context context, AttributeSet attrs) { in DonutView() method in DonutView81 TypedArray styledAttrs = context.obtainStyledAttributes(attrs, R.styleable.DonutView); in DonutView()
16 DonutView.getPercentageStringSpannable(context.getResources(), "50%", "h"); in getPercentageStringSpannable_doesntCrashForMissingPercentage()