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

1 23 4 5 6 7 8 91011>>

  /development/samples/Snake/src/com/example/android/snake/
TileView.java 20 import android.content.res.TypedArray;
65 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TileView);
74 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TileView);
BackgroundView.java 20 import android.content.res.TypedArray;
47 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.BackgroundView);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
HandleViewResources.java 9 import android.content.res.TypedArray;
48 TypedArray a = context.getTheme().obtainStyledAttributes(attrs);
65 TypedArray a = context.getTheme().obtainStyledAttributes(attrs);
  /external/replicaisland/src/com/replica/replicaisland/
SliderPreference.java 25 import android.content.res.TypedArray;
52 TypedArray a = context.obtainStyledAttributes(attrs,
97 protected Object onGetDefaultValue(TypedArray ta,int index) {
  /frameworks/base/services/core/java/com/android/server/
AttributeCache.java 25 import android.content.res.TypedArray;
56 public final TypedArray array;
58 public Entry(Context c, TypedArray ta) {
  /packages/apps/Camera/src/com/android/camera/
IconListPreference.java 21 import android.content.res.TypedArray;
36 TypedArray a = context.obtainStyledAttributes(
84 TypedArray array = res.obtainTypedArray(iconsRes);
  /packages/apps/LegacyCamera/src/com/android/camera/
IconListPreference.java 21 import android.content.res.TypedArray;
37 TypedArray a = context.obtainStyledAttributes(
77 TypedArray array = res.obtainTypedArray(iconsRes);
  /cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java 21 import android.content.res.TypedArray;
59 TypedArray ta =
106 private void assertEqualsTextAppearanceStyle(TypedArray ta) {
112 TypedArray expectedTa = expected.obtainStyledAttributes(R.styleable.TextAppearance);
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
Resources_Theme_Delegate.java 54 /*package*/ static TypedArray obtainStyledAttributes(
65 /*package*/ static TypedArray obtainStyledAttributes(
78 /*package*/ static TypedArray obtainStyledAttributes(
102 /*package*/ static TypedArray resolveAttributes(Resources thisResources, Theme thisTheme,
  /packages/apps/Camera2/src/com/android/camera/
ToggleImageButton.java 19 import android.content.res.TypedArray;
  /cts/tests/tests/content/src/android/content/res/cts/
Resources_ThemeTest.java 22 import android.content.res.TypedArray;
56 TypedArray testTypedArray = mResTheme.obtainStyledAttributes(attrs);
  /frameworks/base/core/java/android/view/animation/
AnticipateOvershootInterpolator.java 22 import android.content.res.TypedArray;
73 TypedArray a;
  /frameworks/base/core/java/com/android/internal/widget/
WeightedLinearLayout.java 20 import android.content.res.TypedArray;
45 TypedArray a =
  /frameworks/base/graphics/java/android/graphics/drawable/
PaintDrawable.java 21 import android.content.res.TypedArray;
76 TypedArray a = r.obtainAttributes(attrs,
  /frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
AddressView.java 4 import android.content.res.TypedArray;
27 TypedArray a = context.getTheme().obtainStyledAttributes(
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
ActionBarPolicy.java 21 import android.content.res.TypedArray;
73 TypedArray a = mContext.obtainStyledAttributes(null, R.styleable.ActionBar,
  /packages/apps/Camera2/src/com/android/camera/ui/
RadioOptions.java 20 import android.content.res.TypedArray;
62 TypedArray a = context.getTheme().obtainStyledAttributes(
  /packages/apps/Camera2/src/com/android/camera/widget/
IndicatorIconController.java 20 import android.content.res.TypedArray;
56 private TypedArray mFlashIndicatorPhotoIcons;
57 private TypedArray mFlashIndicatorVideoIcons;
58 private TypedArray mHdrPlusIndicatorIcons;
59 private TypedArray mHdrIndicatorIcons;
60 private TypedArray mPanoIndicatorIcons;
61 private TypedArray mCountdownTimerIndicatorIcons;
297 TypedArray iconArray, boolean showDefault) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListPinnedHeaderView.java 20 import android.content.res.TypedArray;
41 TypedArray a = getContext().obtainStyledAttributes(attrs, R.styleable.ContactListItemView);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
RefcountImageView.java 20 import android.content.res.TypedArray;
46 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.RefcountImageView);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeRecognitionParams.java 19 import android.content.res.TypedArray;
77 public GestureStrokeRecognitionParams(final TypedArray mainKeyboardViewAttr) {
SlidingKeyInputDrawingPreview.java 19 import android.content.res.TypedArray;
47 public SlidingKeyInputDrawingPreview(final TypedArray mainKeyboardViewAttr) {
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
FixedAspectSurfaceView.java 20 import android.content.res.TypedArray;
49 TypedArray a =
  /external/chromium_org/v8/test/cctest/
test-weaktypedarrays.cc 267 template <typename TypedArray>
294 v8::Handle<TypedArray> ta1 =
295 v8::Handle<TypedArray>::Cast(CompileRun("ta1"));
296 v8::Handle<TypedArray> ta2 =
297 v8::Handle<TypedArray>::Cast(CompileRun("ta2"));
298 v8::Handle<TypedArray> ta3 =
299 v8::Handle<TypedArray>::Cast(CompileRun("ta3"));
323 v8::Handle<TypedArray> ta =
324 v8::Handle<TypedArray>::Cast(CompileRun(source.start()));
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowResources.java 6 import android.content.res.TypedArray;
218 public TypedArray obtainStyledAttributes(int[] attrs) {
223 public TypedArray obtainStyledAttributes(int resid, int[] attrs) throws android.content.res.Resources.NotFoundException {
228 public TypedArray obtainStyledAttributes(AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes) {
229 return newInstanceOf(TypedArray.class);

Completed in 2905 milliseconds

1 23 4 5 6 7 8 91011>>