Home
last modified time | relevance | path

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

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
DRadialPickerLayout.java77 private RadialTextsView mHourRadialTextsView; field in RadialPickerLayout
115 mHourRadialTextsView = new RadialTextsView(context); in RadialPickerLayout()
116 addView(mHourRadialTextsView); in RadialPickerLayout()
202 mHourRadialTextsView.initialize(res, in initialize()
204 mHourRadialTextsView.invalidate(); in initialize()
224 mHourRadialTextsView.setTheme(context, themeDark); in setTheme()
534 anims[0] = mHourRadialTextsView.getDisappearAnimator(); in setCurrentItemShowing()
539 anims[0] = mHourRadialTextsView.getReappearAnimator(); in setCurrentItemShowing()
554 mHourRadialTextsView.setAlpha(hourAlpha); in setCurrentItemShowing()