Android APIs
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

Class Overview

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

Summary

[Expand]
Inherited XML Attributes
From class android.widget.FrameLayout
From class android.view.ViewGroup
From class android.view.View
[Expand]
Inherited Constants
From class android.view.ViewGroup
From class android.view.View
[Expand]
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 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.
[Expand]
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

public SpeechOrbView (Context context)

public SpeechOrbView (Context context, AttributeSet attrs)

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

Public Methods

public void setSoundLevel (int level)

Sets the sound level while listening to speech.

public void showListening ()

Sets the view to display listening state.

public void showNotListening ()

Sets the view to display the not-listening state.