HomeSort by relevance Sort by last modified time
    Searched refs:TypedArray (Results 126 - 150 of 526) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
SelectPopupDialog.java 10 import android.content.res.TypedArray;
101 TypedArray styledAttributes = mContext.obtainStyledAttributes(
  /frameworks/base/core/java/android/preference/
EditTextPreference.java 22 import android.content.res.TypedArray;
152 protected Object onGetDefaultValue(TypedArray a, int index) {
PreferenceGroup.java 25 import android.content.res.TypedArray;
64 final TypedArray a = context.obtainStyledAttributes(
TwoStatePreference.java 21 import android.content.res.TypedArray;
181 protected Object onGetDefaultValue(TypedArray a, int index) {
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionServiceInfo.java 25 import android.content.res.TypedArray;
89 TypedArray array = res.obtainAttributes(attrs,
  /frameworks/base/core/java/android/transition/
ArcMotion.java 21 import android.content.res.TypedArray;
67 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ArcMotion);
  /frameworks/base/core/java/android/view/
ViewStub.java 20 import android.content.res.TypedArray;
105 TypedArray a = context.obtainStyledAttributes(
  /frameworks/base/core/java/android/view/animation/
LayoutAnimationController.java 20 import android.content.res.TypedArray;
104 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.LayoutAnimation);
TranslateAnimation.java 20 import android.content.res.TypedArray;
56 TypedArray a = context.obtainStyledAttributes(attrs,
  /frameworks/base/core/java/android/widget/
AbsoluteLayout.java 20 import android.content.res.TypedArray;
203 TypedArray a = c.obtainStyledAttributes(attrs,
CalendarViewMaterialDelegate.java 23 import android.content.res.TypedArray;
43 final TypedArray a = context.obtainStyledAttributes(attrs,
Chronometer.java 20 import android.content.res.TypedArray;
104 final TypedArray a = context.obtainStyledAttributes(
RatingBar.java 20 import android.content.res.TypedArray;
92 final TypedArray a = context.obtainStyledAttributes(
SimpleMonthAdapter.java 23 import android.content.res.TypedArray;
97 final TypedArray a = mContext.obtainStyledAttributes(resId, R.styleable.TextAppearance);
ViewFlipper.java 23 import android.content.res.TypedArray;
61 TypedArray a = context.obtainStyledAttributes(attrs,
  /frameworks/base/core/tests/coretests/src/android/app/activity/
MetaDataTest.java 26 import android.content.res.TypedArray;
88 TypedArray a = mContext.obtainStyledAttributes(xml,
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardGlowStripView.java 23 import android.content.res.TypedArray;
64 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.KeyguardGlowStripView);
NumPadKey.java 20 import android.content.res.TypedArray;
81 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.NumPadKey);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PrintOptionsLayout.java 20 import android.content.res.TypedArray;
39 TypedArray typedArray = context.obtainStyledAttributes(attrs,
41 mColumnCount = typedArray.getInteger(R.styleable.PrintOptionsLayout_columnCount, 0);
42 typedArray.recycle();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
UserDetailItemView.java 26 import android.content.res.TypedArray;
63 final TypedArray a = context.obtainStyledAttributes(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
ToggleSlider.java 21 import android.content.res.TypedArray;
64 final TypedArray a = context.obtainStyledAttributes(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
Clock.java 24 import android.content.res.TypedArray;
71 TypedArray a = context.getTheme().obtainStyledAttributes(
DeadZone.java 21 import android.content.res.TypedArray;
65 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.DeadZone,
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SimpleInflater.java 25 import android.content.res.TypedArray;
124 TypedArray a = mContext.obtainStyledAttributes(attrs,
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
LayoutInflater_Delegate.java 24 import android.content.res.TypedArray;
158 TypedArray a = thisInflater.mContext.obtainStyledAttributes(attrs,

Completed in 742 milliseconds

1 2 3 4 56 7 8 91011>>