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
From class android.view.View
From class java.lang.Object
From interface android.view.View.OnClickListener
From interface android.view.ViewParent
From interface android.view.ViewManager
From interface android.graphics.drawable.Drawable.Callback
From interface android.view.KeyEvent.Callback
From interface android.view.accessibility.AccessibilityEventSource

Public constructors

SpeechOrbView

added in version 22.1.0
SpeechOrbView (Context context)

Parameters
context Context

SpeechOrbView

added in version 22.1.0
SpeechOrbView (Context context, 
                AttributeSet attrs)

Parameters
context Context

attrs AttributeSet

SpeechOrbView

added in version 22.1.0
SpeechOrbView (Context context, 
                AttributeSet attrs, 
                int defStyle)

Parameters
context Context

attrs AttributeSet

defStyle int

Public methods

setListeningOrbColors

added in version 25.1.0
void setListeningOrbColors (SearchOrbView.Colors colors)

Sets default listening state orb color.

Parameters
colors SearchOrbView.Colors: SearchOrbView.Colors.

setNotListeningOrbColors

added in version 25.1.0
void setNotListeningOrbColors (SearchOrbView.Colors colors)

Sets default not-listening state orb color.

Parameters
colors SearchOrbView.Colors: SearchOrbView.Colors.

setSoundLevel

added in version 22.1.0
void setSoundLevel (int level)

Sets the sound level while listening to speech.

Parameters
level int

showListening

added in version 22.1.0
void showListening ()

Sets the view to display listening state.

showNotListening

added in version 22.1.0
void showNotListening ()

Sets the view to display the not-listening state.