HomeSort by relevance Sort by last modified time
    Searched refs:obtainStyledAttributes (Results 151 - 175 of 461) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorEditText.java 83 final TypedArray a = context.obtainStyledAttributes(
  /packages/apps/Camera/src/com/android/camera/
ListPreference.java 46 TypedArray a = context.obtainStyledAttributes(
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
LocalizedNameResolver.java 105 final TypedArray typedArray = context.obtainStyledAttributes(attrs,
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
TextTime.java 67 final TypedArray styledAttributes = context.obtainStyledAttributes(
  /packages/apps/Gallery/src/com/android/camera/
EvenlySpacedLayout.java 39 TypedArray a = context.obtainStyledAttributes(
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
FramedTextButton.java 92 TypedArray a = getContext().obtainStyledAttributes(
  /packages/apps/Launcher2/src/com/android/launcher2/
Hotseat.java 56 TypedArray a = context.obtainStyledAttributes(attrs,
  /packages/apps/LegacyCamera/src/com/android/camera/
ListPreference.java 46 TypedArray a = context.obtainStyledAttributes(
  /packages/apps/Messaging/src/com/android/messaging/ui/
ContactIconView.java 58 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ContactIconView);
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
SoundLevels.java 85 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SoundLevels,
  /packages/apps/Settings/src/com/android/settings/
Display.java 64 obtainStyledAttributes(android.R.styleable.TextView);
DropDownPreference.java 76 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.DropDownPreference);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
PercentageBarChart.java 62 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.PercentageBarChart);
  /packages/apps/Settings/src/com/android/settings/widget/
SetupWizardIllustration.java 68 TypedArray a = context.obtainStyledAttributes(attrs,
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ButteryProgressBar.java 88 final TypedArray ta = c.obtainStyledAttributes(attrs, R.styleable.ButteryProgressBar);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ExternalSource.java 146 final TypedArray a = context.obtainStyledAttributes(attrs,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SeekBarDialogPreference.java 53 final TypedArray a = context.obtainStyledAttributes(
  /frameworks/base/core/java/android/transition/
TransitionInflater.java 254 TypedArray a = mContext.obtainStyledAttributes(attrs, R.styleable.TransitionTarget);
322 TypedArray a = mContext.obtainStyledAttributes(attrs, R.styleable.TransitionManager);
  /packages/services/Telephony/src/com/android/phone/
EditPhoneNumberPreference.java 128 TypedArray a = context.obtainStyledAttributes(attrs,
137 a = context.obtainStyledAttributes(attrs, android.R.styleable.CheckBoxPreference, 0, 0);
  /frameworks/base/core/java/android/widget/
DatePickerCalendarDelegate.java 110 final TypedArray a = mContext.obtainStyledAttributes(attrs,
137 final TypedArray textAppearance = mContext.obtainStyledAttributes(null,
214 final TypedArray ta = mContext.obtainStyledAttributes(ATTRS_DISABLED_ALPHA);
DayPickerView.java 82 final TypedArray a = context.obtainStyledAttributes(attrs,
136 final TypedArray ta = mContext.obtainStyledAttributes(null,
FrameLayout.java 99 final TypedArray a = context.obtainStyledAttributes(
448 TypedArray a = c.obtainStyledAttributes(attrs, com.android.internal.R.styleable.FrameLayout_Layout);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatSpinner.java 199 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs,
224 aa = context.obtainStyledAttributes(attrs, ATTRS_ANDROID_SPINNERMODE,
244 final TintTypedArray pa = TintTypedArray.obtainStyledAttributes(
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 696 a = theme.obtainStyledAttributes(attrs, R.styleable.AnimatorSet, 0, 0);
    [all...]
  /frameworks/base/core/java/android/view/
MenuInflater.java 365 TypedArray a = mContext.obtainStyledAttributes(attrs,
382 TypedArray a = mContext.obtainStyledAttributes(attrs,

Completed in 596 milliseconds

1 2 3 4 5 67 8 91011>>