InlineSuggestionUi.Style
public
static
final
class
InlineSuggestionUi.Style
extends Object
implements
UiVersions.Style
java.lang.Object | |
↳ | androidx.autofill.inline.v1.InlineSuggestionUi.Style |
Style for the V1 inline suggestion UI.
Summary
Nested classes | |
---|---|
class |
InlineSuggestionUi.Style.Builder
Builder for the |
Fields | |
---|---|
protected
final
Bundle |
mBundle
|
Protected methods | |
---|---|
abstract
String
|
getStyleKey()
Allows the subclass to define their own style key by implementing this method. |
Inherited methods | |
---|---|
Fields
Public methods
getLayoutDirection
public int getLayoutDirection ()
Returns | |
---|---|
int |
getSingleIconChipIconStyle
public ImageViewStyle getSingleIconChipIconStyle ()
Returns | |
---|---|
ImageViewStyle |
Protected methods
getStyleKey
protected abstract String getStyleKey ()
Allows the subclass to define their own style key by implementing this method.
Returns | |
---|---|
String |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-09-30 UTC.