Searched refs:RatingBar (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRatingBar.java30 * A RatingBar is an extension of SeekBar and ProgressBar that shows a rating in
32 * the default size RatingBar. The smaller RatingBar style (
37 * When using a RatingBar that supports user interaction, placing widgets to the
38 * left or right of the RatingBar is discouraged.
52 public class RatingBar extends AbsSeekBar { class in inherits:AbsSeekBar
69 * @param ratingBar The RatingBar whose rating has changed.
75 void onRatingChanged(RatingBar ratingBar, float rating, boolean fromUser);
85 public RatingBar(Context context, AttributeSet attrs, int defStyle) { method in class:RatingBar
88 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.RatingBar,
115 public RatingBar(Context context, AttributeSet attrs) { method in class:RatingBar
119 public RatingBar(Context context) { method in class:RatingBar
[all...]
/frameworks/uiautomator/tests/CtsUiAutomatorTest/src/com/android/uiautomator/tests/cts/
H A DCtsUiAutomatorTest.java881 UiObject starsBar = new UiObject(new UiSelector().className(android.widget.RatingBar.class));
918 UiObject starsBar = new UiObject(new UiSelector().className(android.widget.RatingBar.class));

Completed in 2273 milliseconds