Searched refs:mIndicatorControlWheel (Results 1 – 1 of 1) sorted by relevance
43 private IndicatorControlWheel mIndicatorControlWheel; field in IndicatorControlWheelContainer55 mIndicatorControlWheel = (IndicatorControlWheel) findViewById( in onFinishInflate()61 mIndicatorControlWheel.initialize(context, group, isZoomSupported, in initialize()80 if (mIndicatorControlWheel.getVisibility() == View.VISIBLE) { in dispatchTouchEvent()81 mIndicatorControlWheel.onTouchOutBound(); in dispatchTouchEvent()96 return mIndicatorControlWheel.dispatchTouchEvent(event); in dispatchTouchEvent()113 mIndicatorControlWheel.layout(0, 0, right - left, bottom - top); in onLayout()121 mIndicatorControlWheel.measure(freeSpec, freeSpec); in onMeasure()150 mIndicatorControlWheel.setListener(listener); in setListener()155 mIndicatorControlWheel.reloadPreferences(); in reloadPreferences()[all …]