/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
KeyStyle.java | 19 import android.content.res.TypedArray; 24 public abstract String[] getStringArray(TypedArray a, int index); 25 public abstract String getString(TypedArray a, int index); 26 public abstract int getInt(TypedArray a, int index, int defaultValue); 27 public abstract int getFlag(TypedArray a, int index); 33 protected String parseString(final TypedArray a, final int index) { 40 protected String[] parseStringArray(final TypedArray a, final int index) {
|
KeyStylesSet.java | 19 import android.content.res.TypedArray; 54 public String[] getStringArray(final TypedArray a, final int index) { 59 public String getString(final TypedArray a, final int index) { 64 public int getInt(final TypedArray a, final int index, final int defaultValue) { 69 public int getFlag(final TypedArray a, final int index) { 87 public String[] getStringArray(final TypedArray a, final int index) { 100 public String getString(final TypedArray a, final int index) { 113 public int getInt(final TypedArray a, final int index, final int defaultValue) { 126 public int getFlag(final TypedArray a, final int index) { 136 public void readKeyAttributes(final TypedArray keyAttr) [all...] |
KeyboardRow.java | 20 import android.content.res.TypedArray; 57 TypedArray keyboardAttr = res.obtainAttributes(Xml.asAttributeSet(parser), 63 TypedArray keyAttr = res.obtainAttributes(Xml.asAttributeSet(parser), 114 public float getKeyX(final TypedArray keyAttr) { 134 public float getKeyWidth(final TypedArray keyAttr) { 138 public float getKeyWidth(final TypedArray keyAttr, final float keyXPos) {
|
/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/latin/ |
ResourceUtils.java | 20 import android.content.res.TypedArray; 68 public static float getFraction(final TypedArray a, final int index, final float defValue) { 76 public static float getFraction(final TypedArray a, final int index) { 80 public static int getDimensionPixelSize(final TypedArray a, final int index) { 88 public static float getDimensionOrFraction(TypedArray a, int index, int base, 102 public static int getEnumValue(TypedArray a, int index, int defValue) {
|
/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);
|
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
TouchHighlightImageButton.java | 20 import android.content.res.TypedArray; 69 TypedArray a = getContext()
|
/frameworks/base/core/java/android/preference/ |
CheckBoxPreference.java | 20 import android.content.res.TypedArray; 40 TypedArray a = context.obtainStyledAttributes(attrs,
|