Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageSummaryDonutPreference.java33 import com.android.settings.widget.DonutView;
67 final DonutView donut = (DonutView) view.findViewById(R.id.donut); in onBindViewHolder()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/storage/
DStorageSummaryDonutPreference.java35 import com.android.car.developeroptions.widget.DonutView;
68 final DonutView donut = (DonutView) view.findViewById(R.id.donut); in onBindViewHolder()
/packages/apps/Settings/src/com/android/settings/widget/
DDonutView.java51 public class DonutView extends View { class
67 public DonutView(Context context) { in DonutView() method in DonutView
71 public DonutView(Context context, AttributeSet attrs) { in DonutView() method in DonutView
81 TypedArray styledAttrs = context.obtainStyledAttributes(attrs, R.styleable.DonutView); in DonutView()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DDonutView.java51 public class DonutView extends View { class
67 public DonutView(Context context) { in DonutView() method in DonutView
71 public DonutView(Context context, AttributeSet attrs) { in DonutView() method in DonutView
81 TypedArray styledAttrs = context.obtainStyledAttributes(attrs, R.styleable.DonutView); in DonutView()
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DDonutViewTest.java16 DonutView.getPercentageStringSpannable(context.getResources(), "50%", "h"); in getPercentageStringSpannable_doesntCrashForMissingPercentage()