Searched refs:TypedArray (Results 301 - 325 of 337) sorted by relevance

<<11121314

/frameworks/base/core/java/android/widget/
H A DRadialTimePickerView.java28 import android.content.res.TypedArray;
314 final TypedArray a = mContext.obtainStyledAttributes(attrs, R.styleable.TimePicker,
H A DScrollView.java27 import android.content.res.TypedArray;
183 final TypedArray a = context.obtainStyledAttributes(
H A DSearchView.java33 import android.content.res.TypedArray;
265 final TypedArray a = context.obtainStyledAttributes(
H A DStackView.java23 import android.content.res.TypedArray;
178 final TypedArray a = context.obtainStyledAttributes(
H A DTextView.java38 import android.content.res.TypedArray;
721 TypedArray a = theme.obtainStyledAttributes(attrs,
723 TypedArray appearance = null;
1448 private int[] parseDimensionArray(TypedArray dimens) {
2744 final TypedArray ta = context.obtainStyledAttributes(resId, R.styleable.TextAppearance);
8537 * Returns the TextView_textColor attribute from the TypedArray, if set, or
8543 public static ColorStateList getTextColors(Context context, TypedArray attrs) {
8551 // available to the SDK. As such, we grab a default TypedArray with the
8553 final TypedArray a = context.obtainStyledAttributes(R.styleable.TextView);
8558 final TypedArray appearanc
[all...]
H A DGridView.java23 import android.content.res.TypedArray;
136 final TypedArray a = context.obtainStyledAttributes(
H A DNumberPicker.java24 import android.content.res.TypedArray;
605 final TypedArray attributesArray = context.obtainStyledAttributes(
H A DToolbar.java28 import android.content.res.TypedArray;
197 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.Toolbar,
H A DListView.java30 import android.content.res.TypedArray;
158 final TypedArray a = context.obtainStyledAttributes(
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java26 import android.content.res.TypedArray;
1519 TypedArray a = originalContext.obtainStyledAttributes(new int[]{R.attr.isLightTheme});
H A DLockPatternView.java24 import android.content.res.TypedArray;
276 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.LockPatternView);
H A DActionBarView.java23 import android.content.res.TypedArray;
162 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ActionBar,
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java20 import android.content.res.TypedArray;
1439 TypedArray a = c.obtainStyledAttributes(attrs, LAYOUT_ATTRS);
/frameworks/support/v4/java/android/support/v4/widget/
H A DNestedScrollView.java21 import android.content.res.TypedArray;
168 final TypedArray a = context.obtainStyledAttributes(
H A DSlidingPaneLayout.java20 import android.content.res.TypedArray;
1442 final TypedArray a = c.obtainStyledAttributes(attrs, ATTRS);
H A DDrawerLayout.java21 import android.content.res.TypedArray;
1977 final TypedArray a = c.obtainStyledAttributes(attrs, LAYOUT_ATTRS);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java20 import android.content.res.TypedArray;
1778 TypedArray a =
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java84 import android.content.res.TypedArray;
1276 TypedArray a = getContext().obtainStyledAttributes(null,
3633 protected void setFeatureFromAttrs(int featureId, TypedArray attrs,
3651 TypedArray a = getWindowStyle();
4748 TypedArray a = context.obtainStyledAttributes(R.styleable.Theme);
/frameworks/base/core/java/android/app/
H A DFragmentManager.java27 import android.content.res.TypedArray;
848 TypedArray attrs = mHost.getContext().obtainStyledAttributes(transitionStyle,
2161 TypedArray a =
H A DActivity.java56 import android.content.res.TypedArray;
3727 TypedArray a = theme.obtainStyledAttributes(com.android.internal.R.styleable.Theme);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java20 import android.content.res.TypedArray;
290 TypedArray a = context.obtainStyledAttributes(
/frameworks/base/core/java/android/transition/
H A DTransition.java24 import android.content.res.TypedArray;
270 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.Transition);
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java46 import android.content.res.TypedArray;
950 TypedArray a = resources.obtainAttributes(
/frameworks/base/core/java/android/view/
H A DViewGroup.java27 import android.content.res.TypedArray;
607 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ViewGroup, defStyleAttr,
6841 TypedArray a = c.obtainStyledAttributes(attrs, R.styleable.ViewGroup_Layout);
6888 protected void setBaseAttributes(TypedArray a, int widthAttr, int heightAttr) {
7070 TypedArray a = c.obtainStyledAttributes(attrs, R.styleable.ViewGroup_MarginLayout);
H A DView.java39 import android.content.res.TypedArray;
3894 final TypedArray a = context.obtainStyledAttributes(
4500 private void saveAttributeData(@Nullable AttributeSet attrs, @NonNull TypedArray t) {
4640 protected void initializeFadingEdge(TypedArray a) {
4647 TypedArray arr = mContext.obtainStyledAttributes(com.android.internal.R.styleable.View);
4666 protected void initializeFadingEdgeInternal(TypedArray a) {
4782 protected void initializeScrollbars(TypedArray a) {
4786 // TypedArray with the right filter instead here.
4787 TypedArray arr = mContext.obtainStyledAttributes(com.android.internal.R.styleable.View);
4807 protected void initializeScrollbarsInternal(TypedArray
[all...]

Completed in 599 milliseconds

<<11121314