Package-level declarations

Types

Link copied to clipboard
class BitmapHelper(context: Context)
Link copied to clipboard
class DebugModeSearchQuerySwitcher(supportingCapabilities: SupportingCapabilities, setDebugModeEnabled: SetDebugModeEnabledUseCase)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class InputQueryController(lifecycleOwner: LifecycleOwner, etInputQuery: EditText, tvClear: View, initialQuery: Flow<String?>? = null, suggestionsResult: SuggestionsResult = NoResult)
Link copied to clipboard
interface RatingConfig
Link copied to clipboard
typealias SearchAction = SearchEvent.SearchAction
Link copied to clipboard

An interface to add a new button in the search field.

Link copied to clipboard

The interface for SearchButtonExtension to make so impact.

Link copied to clipboard
class SearchEditText @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null) : DashAppCompatEditText
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class SearchInteractionResultProcessor(searchClosed: InformSearchCloseClickedUseCase, processSearchSuggestion: ProcessSearchSuggestionUseCase, processSearchItemUseCase: ProcessSearchItemUseCase)
Link copied to clipboard
Link copied to clipboard
open class SearchItemViewHolder(binding: <Error class: unknown class>, listener: SearchItemViewHolder.Listener) : RecyclerView.ViewHolder
Link copied to clipboard
class SearchProblemViewController(tvProblemSearchTitle: TextView, tvProblemSearchDescription: TextView)
Link copied to clipboard
interface SearchTab
Link copied to clipboard

Properties

Link copied to clipboard
const val DRIVING_LIMIT_ITEMS: Int = 10

If car in driving mode we should take only 10 items or less for recents/favorites

Link copied to clipboard

Functions

Link copied to clipboard
fun buildSearchButtonHost(context: Context, fragmentManager: FragmentManager, lifecycleOwner: LifecycleOwner, injectSuggest: (query: String, suggests: List<SearchSuggestItem>) -> Unit): SearchButtonHost