SeekbarListItem.ViewHolder
public
static
final
class
SeekbarListItem.ViewHolder
extends ListItem.ViewHolder
implements
OnUxRestrictionsChangedListener
Holds views of SeekbarListItem.
Summary
Inherited methods |
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
|
Public constructors
SeekbarListItem.ViewHolder
public SeekbarListItem.ViewHolder (View itemView)
Public methods
getContainerLayout
public ViewGroup getContainerLayout ()
getPrimaryIcon
public ImageView getPrimaryIcon ()
getSeekBar
public SeekBar getSeekBar ()
getSupplementalIcon
public ImageView getSupplementalIcon ()
getSupplementalIconDivider
public View getSupplementalIconDivider ()
onUxRestrictionsChanged
public void onUxRestrictionsChanged (CarUxRestrictions restrictionsInfo)
Updates child views with current car UX restrictions.
Text
might be truncated to meet length limit required by regulation.
Parameters |
restrictionsInfo |
CarUxRestrictions : current car UX restrictions.
|