Searched refs:mIconStart (Results 1 – 2 of 2) sorted by relevance
56 private ImageView mIconStart; field in SeekBarWithIconButtonsViewTest71 mIconStart = mIconDiscreteSliderLinearLayout.findViewById(R.id.icon_start); in setUp()85 assertThat(mIconStart.isEnabled()).isFalse(); in setSeekBarProgressZero_startIconAndFrameDisabled()96 assertThat(mIconStart.isEnabled()).isTrue(); in setSeekBarProgressMax_endIconAndFrameDisabled()107 assertThat(mIconStart.isEnabled()).isTrue(); in setSeekBarProgressMax_allIconsAndFramesEnabled()
49 private ImageView mIconStart; field in SeekBarWithIconButtonsView80 mIconStart = findViewById(R.id.icon_start); in SeekBarWithIconButtonsView()195 setIconViewAndFrameEnabled(mIconStart, progress > 0);