Home
last modified time | relevance | path

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

/frameworks/opt/datetimepicker/
Dproguard.flags5 -keepclassmembers class com.android.datetimepicker.time.RadialTextsView {
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
DRadialTextsView.java38 public class RadialTextsView extends View { class
77 public RadialTextsView(Context context) { in RadialTextsView() method in RadialTextsView
356 RadialTextsView.this.invalidate(); in onAnimationUpdate()
DRadialPickerLayout.java77 private RadialTextsView mHourRadialTextsView;
78 private RadialTextsView mMinuteRadialTextsView;
115 mHourRadialTextsView = new RadialTextsView(context); in RadialPickerLayout()
117 mMinuteRadialTextsView = new RadialTextsView(context); in RadialPickerLayout()