public class

ListBuilderImpl.RangeBuilderImpl

extends TemplateBuilderImpl

 java.lang.Object

androidx.slice.builders.impl.TemplateBuilderImpl

↳androidx.slice.builders.impl.ListBuilderImpl.RangeBuilderImpl

Subclasses:

ListBuilderImpl.InputRangeBuilderImpl

Overview

Builder to construct an input row.

Summary

Fields
protected java.lang.CharSequencemContentDescr

protected intmLayoutDir

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 boolean mValueSet

protected java.lang.CharSequence mTitle

protected java.lang.CharSequence mSubtitle

protected java.lang.CharSequence mContentDescr

protected SliceAction mPrimaryAction

protected int mLayoutDir

Methods

public abstract void apply(Slice.Builder builder)