Searched refs:setStateDescription (Results 1 – 8 of 8) sorted by relevance
407 mSeekBar.setStateDescription(Float.toString(mCurrentZoomRatio)); in setZoomRatioInternal()408 mToggleUiOptions.setStateDescription(Float.toString(mCurrentZoomRatio)); in setZoomRatioInternal()558 mToggleOptionLow.setStateDescription(null); in setSelectedZoomToggleOption()559 mToggleOptionMiddle.setStateDescription(null); in setSelectedZoomToggleOption()560 mToggleOptionHigh.setStateDescription(null); in setSelectedZoomToggleOption()570 mToggleOptionLow.setStateDescription(stateDesc); in setSelectedZoomToggleOption()576 mToggleOptionMiddle.setStateDescription(stateDesc); in setSelectedZoomToggleOption()583 mToggleOptionHigh.setStateDescription(stateDesc); in setSelectedZoomToggleOption()
147 mSeekBar.setStateDescription(mSeekBarStateDescription); in onBindViewHolder()177 info.setStateDescription(mOverrideSeekBarStateDescription); in onBindViewHolder()369 mSeekBar.setStateDescription(stateDescription); in setSeekBarStateDescription()
103 setStateDescription(mCheckableChild.getStateDescription()); in setStateDescriptionIfNeeded()
184 header.setStateDescription(container.getVisibility() == View.VISIBLE192 header.setStateDescription(container.getVisibility() == View.VISIBLE
139 itemView.setStateDescription( in bind()
489 view.setStateDescription(
161 mNodeBuilder.setStateDescription(STATE_DESCRIPTION).build(); in testSetStateDescription()
282 NodeBuilder setStateDescription(@Nullable String stateDescription) { in setStateDescription() method in NodeBuilder