public class

ListBuilderImpl.RatingBuilderImpl

extends TemplateBuilderImpl

 java.lang.Object

androidx.slice.builders.impl.TemplateBuilderImpl

↳androidx.slice.builders.impl.ListBuilderImpl.RatingBuilderImpl

Overview

Builder to construct an input range row.

Summary

Fields
protected java.lang.CharSequencemContentDescr

protected intmMax

protected intmMin

protected SliceActionmPrimaryAction

protected java.lang.CharSequencemSubtitle

protected java.lang.CharSequencemTitle

protected intmValue

protected booleanmValueSet

Methods
public abstract voidapply(Slice.Builder builder)

from TemplateBuilderImplbuild, createChildBuilder, getBuilder, getClock, getSpec, parseImageMode, setBuilder
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Fields

protected int mMin

protected int mMax

protected int mValue

protected java.lang.CharSequence mTitle

protected java.lang.CharSequence mSubtitle

protected java.lang.CharSequence mContentDescr

protected SliceAction mPrimaryAction

protected boolean mValueSet

Methods

public abstract void apply(Slice.Builder builder)