HomeSort by relevance Sort by last modified time
    Searched full:typedarray (Results 51 - 75 of 299) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/Launcher2/src/com/android/launcher2/
Hotseat.java 21 import android.content.res.TypedArray;
52 TypedArray a = context.obtainStyledAttributes(attrs,
StrokedTextView.java 20 import android.content.res.TypedArray;
61 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.StrokedTextView,
  /packages/apps/Settings/src/com/android/settings/
AccessibilityEnableScriptInjectionPreference.java 20 import android.content.res.TypedArray;
92 protected Object onGetDefaultValue(TypedArray a, int index) {
Display.java 23 import android.content.res.TypedArray;
63 TypedArray styledAttributes =
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
PercentageBarChart.java 22 import android.content.res.TypedArray;
54 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.PercentageBarChart);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardIconsSet.java 20 import android.content.res.TypedArray;
79 public void loadIcons(final TypedArray keyboardAttrs) {
  /cts/tests/tests/widget/src/android/widget/cts/
RadioGroup_LayoutParamsTest.java 31 import android.content.res.TypedArray;
188 args = {android.content.res.TypedArray.class, int.class, int.class}
197 TypedArray a = mContext.obtainStyledAttributes(attrs, R.styleable.ViewGroup_MarginLayout);
232 protected void setBaseAttributes(TypedArray a, int widthAttr, int heightAttr) {
  /frameworks/base/core/java/android/view/animation/
BounceInterpolator.java 20 import android.content.res.TypedArray;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
TrackingPatternView.java 20 import android.content.res.TypedArray;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
CompatModeButton.java 21 import android.content.res.TypedArray;
EventHole.java 20 import android.content.res.TypedArray;
  /packages/apps/Calculator/src/com/android/calculator2/
Calculator.java 21 import android.content.res.TypedArray;
73 final TypedArray buttons = getResources().obtainTypedArray(R.array.buttons);
273 final TypedArray simpleButtons = res.obtainTypedArray(R.array.simple_buttons);
279 final TypedArray advancedButtons = res.obtainTypedArray(R.array.advanced_buttons);
  /cts/tests/tests/content/src/android/content/cts/
ContextTest.java 31 import android.content.res.TypedArray;
133 TypedArray attrArray = null;
179 TypedArray testTypedArray = mContext
  /cts/tests/tests/content/src/android/content/res/cts/
PrimitiveTest.java 20 import android.content.res.TypedArray;
36 final TypedArray sa = mContext.obtainStyledAttributes(resid, R.styleable.EnumStyle);
53 final TypedArray sa = mContext.obtainStyledAttributes(resid, R.styleable.FlagStyle);
  /development/samples/Snake/src/com/example/android/snake/
TileView.java 20 import android.content.res.TypedArray;
68 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TileView);
78 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TileView);
  /frameworks/base/core/java/android/preference/
SeekBarPreference.java 20 import android.content.res.TypedArray;
42 TypedArray a = context.obtainStyledAttributes(attrs,
80 protected Object onGetDefaultValue(TypedArray a, int index) {
MultiSelectListPreference.java 22 import android.content.res.TypedArray;
51 TypedArray a = context.obtainStyledAttributes(attrs,
209 protected Object onGetDefaultValue(TypedArray a, int index) {
RingtonePreference.java 21 import android.content.res.TypedArray;
56 TypedArray a = context.obtainStyledAttributes(attrs,
197 protected Object onGetDefaultValue(TypedArray a, int index) {
  /frameworks/base/test-runner/src/android/test/mock/
MockResources.java 22 import android.content.res.TypedArray;
102 public TypedArray obtainTypedArray(int id) throws NotFoundException {
184 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 52 import android.content.res.TypedArray;
111 // cache for TypedArray generated from IStyleResourceValue object
112 private Map<int[], Map<Integer, TypedArray>> mTypedArrayCache;
439 public final TypedArray obtainStyledAttributes(int[] attrs) {
444 public final TypedArray obtainStyledAttributes(int resid, int[] attrs)
454 mTypedArrayCache = new HashMap<int[], Map<Integer,TypedArray>>();
456 Map<Integer, TypedArray> map = new HashMap<Integer, TypedArray>();
466 Map<Integer, TypedArray> map = mTypedArrayCache.get(attrs);
468 map = new HashMap<Integer, TypedArray>();
    [all...]
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerInfo.java 28 import android.content.res.TypedArray;
95 TypedArray sa = res.obtainAttributes(attrs,
112 final TypedArray a = res.obtainAttributes(
  /frameworks/base/docs/html/resources/tutorials/views/
hello-gallery.jd 104 TypedArray attr = mContext.obtainStyledAttributes(R.styleable.HelloGallery);
139 constructor, {@link android.content.res.TypedArray#recycle()} is called on the {@link
140 android.content.res.TypedArray} so it can be re-used by the system.</p>
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
pkg_android.content.res.html 127 <A NAME="TypedArray"></A>
128 <nobr><A HREF="android.content.res.TypedArray.html">TypedArray</A></nobr>
  /frameworks/base/graphics/java/android/graphics/drawable/
ScaleDrawable.java 23 import android.content.res.TypedArray;
76 private static float getPercent(TypedArray a, int name) {
94 TypedArray a = r.obtainAttributes(attrs, com.android.internal.R.styleable.ScaleDrawable);
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 20 import android.content.res.TypedArray;
122 TypedArray a = c.obtainStyledAttributes(attrs,
163 TypedArray a =
185 TypedArray a =

Completed in 8369 milliseconds

1 23 4 5 6 7 8 91011>>