Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/
DSeekBarWithIconButtonsView.java114 int tickMarkId = typedArray.getResourceId( in SeekBarWithIconButtonsView() local
117 if (tickMarkId != DEFAULT_SEEKBAR_TICK_MARK) { in SeekBarWithIconButtonsView()
118 mSeekbar.setTickMark(getResources().getDrawable(tickMarkId)); in SeekBarWithIconButtonsView()