Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DAppCompatRatingBar.java40 private final AppCompatProgressBarHelper mAppCompatProgressBarHelper; field in AppCompatRatingBar
56 mAppCompatProgressBarHelper = new AppCompatProgressBarHelper(this); in AppCompatRatingBar()
57 mAppCompatProgressBarHelper.loadFromAttributes(attrs, defStyleAttr); in AppCompatRatingBar()
64 Bitmap sampleTile = mAppCompatProgressBarHelper.getSampleTile(); in onMeasure()