Android APIs
public final class

ListRowHoverCardView

extends LinearLayout
java.lang.Object
   ↳ android.view.View
     ↳ android.view.ViewGroup
       ↳ android.widget.LinearLayout
         ↳ android.support.v17.leanback.widget.ListRowHoverCardView

Class Overview

ListRowHoverCardView contains a title and description.

Summary

[Expand]
Inherited XML Attributes
From class android.widget.LinearLayout
From class android.view.ViewGroup
From class android.view.View
[Expand]
Inherited Constants
From class android.widget.LinearLayout
From class android.view.ViewGroup
From class android.view.View
[Expand]
Inherited Fields
From class android.view.View
Public Constructors
ListRowHoverCardView(Context context)
ListRowHoverCardView(Context context, AttributeSet attrs)
ListRowHoverCardView(Context context, AttributeSet attrs, int defStyle)
Public Methods
final CharSequence getDescription()
Returns the description text.
final CharSequence getTitle()
Returns the title text.
final void setDescription(CharSequence text)
Sets the description text.
final void setTitle(CharSequence text)
Sets the title text.
[Expand]
Inherited Methods
From class android.widget.LinearLayout
From class android.view.ViewGroup
From class android.view.View
From class java.lang.Object
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 ListRowHoverCardView (Context context)

public ListRowHoverCardView (Context context, AttributeSet attrs)

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

Public Methods

public final CharSequence getDescription ()

Returns the description text.

public final CharSequence getTitle ()

Returns the title text.

public final void setDescription (CharSequence text)

Sets the description text.

public final void setTitle (CharSequence text)

Sets the title text.