Stay organized with collections Save and categorize content based on your preferences.
added in version 22.1.0
belongs to Maven artifact com.android.support:leanback-v17:28.0.0-alpha1

SpeechOrbView

public class SpeechOrbView
extends SearchOrbView

java.lang.Object
   ↳ android.view.View
     ↳ android.view.ViewGroup
       ↳ android.widget.FrameLayout
         ↳ android.support.v17.leanback.widget.SearchOrbView
           ↳ android.support.v17.leanback.widget.SpeechOrbView


A subclass of SearchOrbView that visualizes the state of an ongoing speech recognition.

Summary

Inherited constants

From class android.view.ViewGroup
From class android.view.View

Inherited fields

From class android.view.View

Public constructors

SpeechOrbView(Context context)
SpeechOrbView(Context context, AttributeSet attrs)
SpeechOrbView(Context context, AttributeSet attrs, int defStyle)

Public methods

void setListeningOrbColors(SearchOrbView.Colors colors)

Sets default listening state orb color.

void setNotListeningOrbColors(SearchOrbView.Colors colors)

Sets default not-listening state orb color.

void setSoundLevel(int level)

Sets the sound level while listening to speech.

void showListening()

Sets the view to display listening state.

void showNotListening()

Sets the view to display the not-listening state.

Inherited methods

From class android.support.v17.leanback.widget.SearchOrbView
From class android.widget.FrameLayout
From class android.view.ViewGroup