Searched refs:sliderController (Results 1 – 3 of 3) sorted by relevance
37 val sliderController = sliderControllerFactory.create(context, frame) in inflate() constant38 sliderController.init() in inflate()40 sliderController.rootView, in inflate()44 return frame to sliderController in inflate()
45 val (frame, sliderController) = in inflate_sliderViewAddedToFrame() constant51 assertThat(sliderController.rootView.parent).isSameInstanceAs(frame) in inflate_sliderViewAddedToFrame()60 val (frame, sliderController) = in inflate_frameAndSliderViewVisible() constant67 assertThat(sliderController.rootView.visibility).isEqualTo(View.VISIBLE) in inflate_frameAndSliderViewVisible()
128 val (_, sliderController) = in setLocationInWindow_paddingSetToRootView() constant133 underTest.setToggleSlider(sliderController) in setLocationInWindow_paddingSetToRootView()137 with(sliderController.rootView) { in setLocationInWindow_paddingSetToRootView()