HomeSort by relevance Sort by last modified time
    Searched refs:TypedArray (Results 1 - 25 of 298) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
TypedArray_Delegate.java 26 public static boolean getValueAt(TypedArray theTypedArray, int index, TypedValue outValue) {
Resources_Theme_Delegate.java 37 /*package*/ static TypedArray obtainStyledAttributes(
44 /*package*/ static TypedArray obtainStyledAttributes(
52 /*package*/ static TypedArray obtainStyledAttributes(
  /frameworks/base/core/java/android/view/animation/
CycleInterpolator.java 20 import android.content.res.TypedArray;
34 TypedArray a =
AccelerateInterpolator.java 20 import android.content.res.TypedArray;
51 TypedArray a =
AnticipateInterpolator.java 20 import android.content.res.TypedArray;
43 TypedArray a = context.obtainStyledAttributes(attrs,
DecelerateInterpolator.java 20 import android.content.res.TypedArray;
44 TypedArray a =
OvershootInterpolator.java 20 import android.content.res.TypedArray;
44 TypedArray a = context.obtainStyledAttributes(attrs,
BounceInterpolator.java 20 import android.content.res.TypedArray;
AlphaAnimation.java 20 import android.content.res.TypedArray;
42 TypedArray a =
AnticipateOvershootInterpolator.java 20 import android.content.res.TypedArray;
59 TypedArray a = context.obtainStyledAttributes(attrs, AnticipateOvershootInterpolator);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyStyles.java 19 import android.content.res.TypedArray;
48 public abstract String[] getStringArray(TypedArray a, int index);
49 public abstract String getString(TypedArray a, int index);
50 public abstract int getInt(TypedArray a, int index, int defaultValue);
51 public abstract int getFlag(TypedArray a, int index);
53 protected String parseString(TypedArray a, int index) {
60 protected String[] parseStringArray(TypedArray a, int index) {
70 public String[] getStringArray(TypedArray a, int index) {
75 public String getString(TypedArray a, int index) {
80 public int getInt(TypedArray a, int index, int defaultValue)
    [all...]
  /packages/apps/Camera/src/com/android/camera/
CameraPreference.java 21 import android.content.res.TypedArray;
43 TypedArray a = context.obtainStyledAttributes(
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraPreference.java 21 import android.content.res.TypedArray;
44 TypedArray a = context.obtainStyledAttributes(
  /cts/tests/tests/view/src/android/view/cts/
ViewGroup_LayoutParamsTest.java 24 import android.content.res.TypedArray;
55 TypedArray array = mContext.getTheme().obtainStyledAttributes(R.style.Whatever, attrs);
79 protected void setBaseAttributes(TypedArray a, int widthAttr, int heightAttr) {
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/
IconIndicator.java 21 import android.content.res.TypedArray;
36 TypedArray a = context
52 TypedArray array = resources.obtainTypedArray(iconsId);
  /cts/tests/tests/preference2/src/android/preference2/cts/
CustomCheckBoxPreference.java 21 import android.content.res.TypedArray;
48 TypedArray a = getContext().obtainStyledAttributes(attrs,R.styleable.CustPref);
CustomDialogPreference.java 21 import android.content.res.TypedArray;
44 TypedArray a = getContext().obtainStyledAttributes(attrs,R.styleable.CustPref);
CustomEditTextPreference.java 21 import android.content.res.TypedArray;
48 TypedArray a = getContext().obtainStyledAttributes(attrs,R.styleable.CustPref);
CustomPreferenceGroup.java 21 import android.content.res.TypedArray;
45 TypedArray a = getContext().obtainStyledAttributes(attrs,R.styleable.CustPref);
CustomSwitchPreference.java 22 import android.content.res.TypedArray;
49 TypedArray a = getContext().obtainStyledAttributes(attrs,R.styleable.CustPref);
  /frameworks/base/core/java/android/preference/
CheckBoxPreference.java 20 import android.content.res.TypedArray;
40 TypedArray a = context.obtainStyledAttributes(attrs,
  /frameworks/base/core/java/android/widget/
TwoLineListItem.java 21 import android.content.res.TypedArray;
58 TypedArray a = context.obtainStyledAttributes(attrs,
  /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;
58 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,

Completed in 449 milliseconds

1 2 3 4 5 6 7 8 91011>>