/frameworks/base/core/java/android/text/style/ |
TextAppearanceSpan.java | 60 context.obtainStyledAttributes(appearance, 99 a = context.obtainStyledAttributes(com.android.internal.R.style.Theme,
|
/frameworks/base/core/java/android/widget/ |
ViewAnimator.java | 56 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.ViewAnimator); 88 final TypedArray a = context.obtainStyledAttributes(attrs,
|
AbsoluteLayout.java | 200 TypedArray a = c.obtainStyledAttributes(attrs,
|
AdapterViewFlipper.java | 64 TypedArray a = context.obtainStyledAttributes(attrs,
|
Chronometer.java | 102 TypedArray a = context.obtainStyledAttributes(
|
RatingBar.java | 88 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.RatingBar,
|
ViewFlipper.java | 62 TypedArray a = context.obtainStyledAttributes(attrs,
|
/development/samples/ApiDemos/src/com/example/android/apis/preference/ |
PreferencesFromCode.java | 139 TypedArray a = obtainStyledAttributes(R.styleable.TogglePrefAttrs);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
Gallery1.java | 97 TypedArray a = obtainStyledAttributes(R.styleable.Gallery1);
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
PhotoView.java | 108 getContext().obtainStyledAttributes(attributeSet, R.styleable.ImageDownloaderView);
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/ |
SelectPopupDialog.java | 110 TypedArray styledAttributes = mContext.obtainStyledAttributes(
|
/frameworks/base/core/java/android/preference/ |
PreferenceGroup.java | 64 TypedArray a = context.obtainStyledAttributes(attrs,
|
RingtonePreference.java | 56 TypedArray a = context.obtainStyledAttributes(attrs,
|
/frameworks/base/core/java/android/view/animation/ |
LayoutAnimationController.java | 104 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.LayoutAnimation);
|
TranslateAnimation.java | 56 TypedArray a = context.obtainStyledAttributes(attrs,
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
MetaDataTest.java | 88 TypedArray a = mContext.obtainStyledAttributes(xml,
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardGlowStripView.java | 64 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.KeyguardGlowStripView);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/ |
ToggleSlider.java | 61 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ToggleSlider,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
DeadZone.java | 65 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.DeadZone,
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
SimpleInflater.java | 124 TypedArray a = mContext.obtainStyledAttributes(attrs,
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
LayoutInflater_Delegate.java | 158 TypedArray a = thisInflater.mContext.obtainStyledAttributes(attrs,
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
ActionBarActivityDelegate.java | 107 TypedArray a = mActivity.obtainStyledAttributes(R.styleable.ActionBarWindow);
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
AbsActionBarView.java | 67 TypedArray a = getContext().obtainStyledAttributes(null, R.styleable.ActionBar,
|
LinearLayoutICS.java | 46 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.LinearLayoutICS);
|
/packages/apps/Camera/src/com/android/camera/ |
ListPreference.java | 46 TypedArray a = context.obtainStyledAttributes(
|