public static final class

R.styleable

extends Object
java.lang.Object
   ↳ lineageos.platform.R.styleable

Summary

Constants
int lineage_Searchable_xmlRes

This symbol is the offset where the xmlRes attribute's value can be found in the lineage_Searchable array.

int lineage_SelfRemovingPreference_minSummaryLines

This symbol is the offset where the minSummaryLines attribute's value can be found in the lineage_SelfRemovingPreference array.

int lineage_SelfRemovingPreference_replacesKey

This symbol is the offset where the replacesKey attribute's value can be found in the lineage_SelfRemovingPreference array.

int lineage_SelfRemovingPreference_requiresAction

This symbol is the offset where the requiresAction attribute's value can be found in the lineage_SelfRemovingPreference array.

int lineage_SelfRemovingPreference_requiresConfig

This symbol is the offset where the requiresConfig attribute's value can be found in the lineage_SelfRemovingPreference array.

int lineage_SelfRemovingPreference_requiresConfigMask

This symbol is the offset where the requiresConfigMask attribute's value can be found in the lineage_SelfRemovingPreference array.

int lineage_SelfRemovingPreference_requiresFeature

This symbol is the offset where the requiresFeature attribute's value can be found in the lineage_SelfRemovingPreference array.

int lineage_SelfRemovingPreference_requiresOwner

This symbol is the offset where the requiresOwner attribute's value can be found in the lineage_SelfRemovingPreference array.

int lineage_SelfRemovingPreference_requiresPackage

This symbol is the offset where the requiresPackage attribute's value can be found in the lineage_SelfRemovingPreference array.

int lineage_SelfRemovingPreference_requiresProperty

This symbol is the offset where the requiresProperty attribute's value can be found in the lineage_SelfRemovingPreference array.

Fields
public static final int[] lineage_Searchable Settings search providers

Includes the following attributes:

AttributeDescription
lineageos.platform:xmlRes
public static final int[] lineage_SelfRemovingPreference Attributes that can be used with a lineage_SelfRemovingPreference.
Public Constructors
R.styleable()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int lineage_Searchable_xmlRes

This symbol is the offset where the xmlRes attribute's value can be found in the lineage_Searchable array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

Constant Value: 0 (0x00000000)

public static final int lineage_SelfRemovingPreference_minSummaryLines

This symbol is the offset where the minSummaryLines attribute's value can be found in the lineage_SelfRemovingPreference array.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 7 (0x00000007)

public static final int lineage_SelfRemovingPreference_replacesKey

This symbol is the offset where the replacesKey attribute's value can be found in the lineage_SelfRemovingPreference array.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 6 (0x00000006)

public static final int lineage_SelfRemovingPreference_requiresAction

This symbol is the offset where the requiresAction attribute's value can be found in the lineage_SelfRemovingPreference array.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 5 (0x00000005)

public static final int lineage_SelfRemovingPreference_requiresConfig

This symbol is the offset where the requiresConfig attribute's value can be found in the lineage_SelfRemovingPreference array.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 2 (0x00000002)

public static final int lineage_SelfRemovingPreference_requiresConfigMask

This symbol is the offset where the requiresConfigMask attribute's value can be found in the lineage_SelfRemovingPreference array.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 8 (0x00000008)

public static final int lineage_SelfRemovingPreference_requiresFeature

This symbol is the offset where the requiresFeature attribute's value can be found in the lineage_SelfRemovingPreference array.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 1 (0x00000001)

public static final int lineage_SelfRemovingPreference_requiresOwner

This symbol is the offset where the requiresOwner attribute's value can be found in the lineage_SelfRemovingPreference array.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 4 (0x00000004)

public static final int lineage_SelfRemovingPreference_requiresPackage

This symbol is the offset where the requiresPackage attribute's value can be found in the lineage_SelfRemovingPreference array.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 0 (0x00000000)

public static final int lineage_SelfRemovingPreference_requiresProperty

This symbol is the offset where the requiresProperty attribute's value can be found in the lineage_SelfRemovingPreference array.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 3 (0x00000003)

Fields

public static final int[] lineage_Searchable

Settings search providers

Includes the following attributes:

AttributeDescription
lineageos.platform:xmlRes

Public Constructors

public R.styleable ()