Searched refs:seekBarWithIconButtonsView (Results 1 – 2 of 2) sorted by relevance
69 private lateinit var seekBarWithIconButtonsView: SeekBarWithIconButtonsView variable98 seekBarWithIconButtonsView = dialog.requireViewById(R.id.font_scaling_slider) in onCreate()108 seekBarWithIconButtonsView.setProgressStateLabels(labelArray) in onCreate()110 seekBarWithIconButtonsView.setMax((strEntryValues).size - 1) in onCreate()115 seekBarWithIconButtonsView.setProgress(lastProgress.get()) in onCreate()117 seekBarWithIconButtonsView.setOnSeekBarWithIconButtonsChangeListener( in onCreate()
148 val seekBarWithIconButtonsView: SeekBarWithIconButtonsView = in progressIsZero_clickIconEnd_seekBarProgressIncreaseOne_fontSizeScaled() constant152 seekBarWithIconButtonsView.setProgress(0) in progressIsZero_clickIconEnd_seekBarProgressIncreaseOne_fontSizeScaled()179 val seekBarWithIconButtonsView: SeekBarWithIconButtonsView = in progressIsMax_clickIconStart_seekBarProgressDecreaseOne_fontSizeScaled() constant183 seekBarWithIconButtonsView.setProgress(fontSizeValueArray.size - 1) in progressIsMax_clickIconStart_seekBarProgressDecreaseOne_fontSizeScaled()