Java android.os LocaleList fields, constructors, methods, implement or subclass

Example usage for Java android.os LocaleList fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.os LocaleList.

The text is from its open source code.

Constructor

LocaleList(@NonNull Locale... list)
Creates a new LocaleList .

Method

booleanequals(Object other)
Localeget(int index)
Retrieves the Locale at the specified index.
voidsetDefault(@NonNull @Size(min = 1) LocaleList locales)
Also sets the default locale by calling Locale.setDefault() with the first locale in the list.
intsize()
Returns the number of Locale items in this LocaleList .