| Package | Description |
|---|---|
| android.content | |
| android.content.res | |
| android.preference | |
| android.view | |
| android.widget |
| Modifier and Type | Method and Description |
|---|---|
TypedArray |
Context.obtainStyledAttributes(AttributeSet set,
int[] attrs) |
TypedArray |
Context.obtainStyledAttributes(AttributeSet set,
int[] attrs,
int defStyleAttr,
int defStyleRes) |
TypedArray |
Context.obtainStyledAttributes(int[] attrs) |
TypedArray |
Context.obtainStyledAttributes(int resid,
int[] attrs) |
| Modifier and Type | Method and Description |
|---|---|
TypedArray |
Resources.obtainAttributes(AttributeSet set,
int[] attrs) |
TypedArray |
Resources.Theme.obtainStyledAttributes(AttributeSet set,
int[] attrs,
int defStyleAttr,
int defStyleRes) |
TypedArray |
Resources.Theme.obtainStyledAttributes(int[] attrs) |
TypedArray |
Resources.Theme.obtainStyledAttributes(int resid,
int[] attrs) |
TypedArray |
Resources.obtainTypedArray(int id) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
ListPreference.onGetDefaultValue(TypedArray a,
int index) |
protected Object |
Preference.onGetDefaultValue(TypedArray a,
int index) |
protected Object |
TwoStatePreference.onGetDefaultValue(TypedArray a,
int index) |
protected Object |
MultiSelectListPreference.onGetDefaultValue(TypedArray a,
int index) |
protected Object |
RingtonePreference.onGetDefaultValue(TypedArray a,
int index) |
protected Object |
EditTextPreference.onGetDefaultValue(TypedArray a,
int index) |
| Modifier and Type | Method and Description |
|---|---|
TypedArray |
Window.getWindowStyle() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
View.initializeFadingEdge(TypedArray a) |
protected void |
View.initializeScrollbars(TypedArray a) |
protected void |
ViewGroup.LayoutParams.setBaseAttributes(TypedArray a,
int widthAttr,
int heightAttr) |
| Modifier and Type | Method and Description |
|---|---|
static int |
TextView.getTextColor(Context context,
TypedArray attrs,
int def) |
static ColorStateList |
TextView.getTextColors(Context context,
TypedArray attrs) |
protected void |
TableRow.LayoutParams.setBaseAttributes(TypedArray a,
int widthAttr,
int heightAttr) |
protected void |
TableLayout.LayoutParams.setBaseAttributes(TypedArray a,
int widthAttr,
int heightAttr) |
protected void |
RadioGroup.LayoutParams.setBaseAttributes(TypedArray a,
int widthAttr,
int heightAttr) |
protected void |
GridLayout.LayoutParams.setBaseAttributes(TypedArray attributes,
int widthAttr,
int heightAttr) |
Copyright © 2008-2013. All Rights Reserved.