Searched refs:TypedArray (Results 76 - 100 of 337) sorted by relevance

1234567891011>>

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DNumPadKey.java20 import android.content.res.TypedArray;
77 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.NumPadKey);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintOptionsLayout.java20 import android.content.res.TypedArray;
39 TypedArray typedArray = context.obtainStyledAttributes(attrs,
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DUserDetailItemView.java26 import android.content.res.TypedArray;
62 final TypedArray a = context.obtainStyledAttributes(
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DToggleSlider.java21 import android.content.res.TypedArray;
66 final TypedArray a = context.obtainStyledAttributes(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java24 import android.content.res.TypedArray;
71 TypedArray a = context.getTheme().obtainStyledAttributes(
H A DDeadZone.java21 import android.content.res.TypedArray;
65 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.DeadZone,
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DSimpleInflater.java25 import android.content.res.TypedArray;
124 TypedArray a = mContext.obtainStyledAttributes(attrs,
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DNavigationBar.java21 import android.content.res.TypedArray;
45 TypedArray attributes = context.obtainStyledAttributes(
H A DStickyHeaderListView.java21 import android.content.res.TypedArray;
73 final TypedArray a = getContext().obtainStyledAttributes(attrs,
/frameworks/opt/setupwizard/navigationbar/src/com/android/setupwizard/navigationbar/
H A DSetupWizardNavBar.java22 import android.content.res.TypedArray;
126 TypedArray attributes = getActivity().obtainStyledAttributes(
/frameworks/support/design/src/android/support/design/internal/
H A DScrimInsetsFrameLayout.java20 import android.content.res.TypedArray;
54 final TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DSwitchPreference.java20 import android.content.res.TypedArray;
80 TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/
H A DColorOverlayDimmer.java17 import android.content.res.TypedArray;
42 TypedArray a = context.obtainStyledAttributes(R.styleable.LeanbackTheme);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DResizingTextView.java17 import android.content.res.TypedArray;
55 TypedArray a = ctx.obtainStyledAttributes(attrs, R.styleable.lbResizingTextView,
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DViewStubCompat.java20 import android.content.res.TypedArray;
54 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ViewStubCompat,
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatCompoundButtonHelper.java20 import android.content.res.TypedArray;
58 TypedArray a = mView.getContext().obtainStyledAttributes(attrs, R.styleable.CompoundButton,
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DDialogPreference.java20 import android.content.res.TypedArray;
56 final TypedArray a = context.obtainStyledAttributes(attrs,
H A DPreferenceGroup.java20 import android.content.res.TypedArray;
63 final TypedArray a = context.obtainStyledAttributes(
H A DSwitchPreferenceCompat.java20 import android.content.res.TypedArray;
78 TypedArray a = context.obtainStyledAttributes(attrs,
H A DTwoStatePreference.java20 import android.content.res.TypedArray;
180 protected Object onGetDefaultValue(TypedArray a, int index) {
/frameworks/base/graphics/java/android/graphics/drawable/
H A DStateListDrawable.java30 import android.content.res.TypedArray;
110 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.StateListDrawable);
123 private void updateStateFromTypedArray(TypedArray a) {
168 final TypedArray a = obtainAttributes(r, theme, attrs,
/frameworks/base/core/java/android/hardware/soundtrigger/
H A DKeyphraseEnrollmentInfo.java25 import android.content.res.TypedArray;
156 TypedArray array = res.obtainAttributes(attrs,
177 private void initializeKeyphrasesFromTypedArray(TypedArray array) {
/frameworks/base/core/java/android/preference/
H A DListPreference.java23 import android.content.res.TypedArray;
50 TypedArray a = context.obtainStyledAttributes(
289 protected Object onGetDefaultValue(TypedArray a, int index) {
H A DMultiCheckPreference.java25 import android.content.res.TypedArray;
49 TypedArray a = context.obtainStyledAttributes(
273 protected Object onGetDefaultValue(TypedArray a, int index) {
H A DMultiSelectListPreference.java23 import android.content.res.TypedArray;
53 final TypedArray a = context.obtainStyledAttributes(attrs,
221 protected Object onGetDefaultValue(TypedArray a, int index) {

Completed in 710 milliseconds

1234567891011>>