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

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/view/animation/
CycleInterpolator.java 21 import android.content.res.TypedArray;
47 TypedArray a;
DecelerateInterpolator.java 21 import android.content.res.TypedArray;
57 TypedArray a;
OvershootInterpolator.java 22 import android.content.res.TypedArray;
57 TypedArray a;
  /frameworks/base/core/java/android/widget/
TwoLineListItem.java 21 import android.content.res.TypedArray;
66 final TypedArray a = context.obtainStyledAttributes(
  /frameworks/base/core/java/com/android/internal/view/
ActionBarPolicy.java 23 import android.content.res.TypedArray;
65 TypedArray a = mContext.obtainStyledAttributes(null, R.styleable.ActionBar,
  /frameworks/base/core/java/com/android/internal/view/menu/
ExpandedMenuView.java 23 import android.content.res.TypedArray;
47 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.MenuView, 0, 0);
  /frameworks/base/core/java/com/android/internal/widget/
DialogTitle.java 20 import android.content.res.TypedArray;
61 final TypedArray a = mContext.obtainStyledAttributes(null,
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestViewDrawText.java 20 import android.content.res.TypedArray;
44 final TypedArray a = context.obtainStyledAttributes(attrs,
  /frameworks/support/v4/jellybean-mr2/android/support/v4/app/
ActionBarDrawerToggleJellybeanMR2.java 24 import android.content.res.TypedArray;
63 final TypedArray a = context.obtainStyledAttributes(null, THEME_ATTRS,
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
CompatTextView.java 20 import android.content.res.TypedArray;
49 TypedArray style = context
TintTypedArray.java 22 import android.content.res.TypedArray;
28 * A class that wraps a {@link android.content.res.TypedArray} and provides the same public API
37 private final TypedArray mWrapped;
43 TypedArray array = context.obtainStyledAttributes(set, attrs);
49 TypedArray array = context.obtainStyledAttributes(set, attrs, defStyleAttr, defStyleRes);
53 private TintTypedArray(Context context, TypedArray array) {
  /packages/apps/Email/provider_src/com/android/email/
ResourceHelper.java 21 import android.content.res.TypedArray;
36 private final TypedArray mAccountColorArray;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
CenteredLinearLayout.java 21 import android.content.res.TypedArray;
33 TypedArray a = getContext().obtainStyledAttributes(attrs, R.styleable.CenteredLinearLayout);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryTrack.java 20 import android.content.res.TypedArray;
55 TypedArray a = getContext().obtainStyledAttributes(attrs, R.styleable.CategoryTrack);
  /packages/apps/Launcher2/src/com/android/launcher2/
DrawableStateProxyView.java 20 import android.content.res.TypedArray;
45 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.DrawableStateProxyView,
HandleView.java 21 import android.content.res.TypedArray;
46 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.HandleView, defStyle, 0);
HolographicLinearLayout.java 20 import android.content.res.TypedArray;
47 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.HolographicLinearLayout,
  /packages/apps/PhoneCommon/src/com/android/phone/common/widget/
ResizingTextEditText.java 20 import android.content.res.TypedArray;
37 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ResizingText);
ResizingTextTextView.java 20 import android.content.res.TypedArray;
37 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ResizingText);
  /packages/apps/Settings/src/com/android/settings/
IconPreferenceScreen.java 20 import android.content.res.TypedArray;
42 TypedArray a = context.obtainStyledAttributes(attrs,
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/
FancySummaryListPreference.java 21 import android.content.res.TypedArray;
43 TypedArray a = context.obtainStyledAttributes(attrs,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureTrailDrawingParams.java 19 import android.content.res.TypedArray;
52 public GestureTrailDrawingParams(final TypedArray mainKeyboardViewAttr) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
XmlParseUtils.java 19 import android.content.res.TypedArray;
74 public static void checkAttributeExists(final TypedArray attr, final int attrId,
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContext.java 6 import android.content.res.TypedArray;
63 public final TypedArray obtainStyledAttributes(
69 public final TypedArray obtainStyledAttributes(
75 public final TypedArray obtainStyledAttributes(
81 public final TypedArray obtainStyledAttributes(
  /cts/tests/tests/preference2/src/android/preference2/cts/
CustomPreference.java 21 import android.content.res.TypedArray;
48 TypedArray a = getContext().obtainStyledAttributes(attrs,R.styleable.CustPref);
124 protected Object onGetDefaultValue(TypedArray a, int index) {

Completed in 735 milliseconds

12 3 4 5 6 7 8 91011>>