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

1 2 3 4 5 6 7 8 91011>>

  /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 getFlags(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 getFlags(final TypedArray a, final int index) {
87 public String[] getStringArray(final TypedArray a, final int index) {
101 public String getString(final TypedArray a, final int index) {
114 public int getInt(final TypedArray a, final int index, final int defaultValue) {
127 public int getFlags(final TypedArray a, final int index) {
135 public void readKeyAttributes(final TypedArray keyAttr)
    [all...]
GestureStrokeDrawingParams.java 19 import android.content.res.TypedArray;
42 public GestureStrokeDrawingParams(final TypedArray mainKeyboardViewAttr) {
KeyboardRow.java 20 import android.content.res.TypedArray;
64 public RowAttributes(final TypedArray keyAttr, final float defaultKeyWidth,
81 public RowAttributes(final TypedArray keyAttr, final RowAttributes defaultRowAttr,
99 final TypedArray keyboardAttr = res.obtainAttributes(Xml.asAttributeSet(parser),
104 final TypedArray keyAttr = res.obtainAttributes(Xml.asAttributeSet(parser),
118 public void pushRowAttributes(final TypedArray keyAttr) {
152 public float getKeyX(final TypedArray keyAttr) {
170 public float getKeyWidth(final TypedArray keyAttr, final float keyXPos) {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8TypedArrayCustom.h 47 template<typename TypedArray>
52 return TypedArrayTraits<TypedArray>::IsInstance(value);
55 static TypedArray* toNative(v8::Handle<v8::Object>);
56 static TypedArray* toNativeWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
61 static v8::Handle<v8::Object> wrap(TypedArray* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
65 return V8TypedArray<TypedArray>::createWrapper(impl, creationContext, isolate);
68 static v8::Handle<v8::Value> toV8(TypedArray* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
79 static void v8SetReturnValue(const CallbackInfo& info, TypedArray* impl)
92 static void v8SetReturnValueForMainWorld(const CallbackInfo& info, TypedArray* impl)
106 static void v8SetReturnValueFast(const CallbackInfo& info, TypedArray* impl, Wrappable* wrappable
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
TypedArray_Delegate.java 26 public static boolean getValueAt(TypedArray theTypedArray, int index, TypedValue outValue) {
32 /*package*/ static TypedArray obtain(Resources res, int len) {
Resources_Theme_Delegate.java 57 /*package*/ static TypedArray obtainStyledAttributes(
61 TypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(attrs);
67 /*package*/ static TypedArray obtainStyledAttributes(
72 TypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(resid, attrs);
78 /*package*/ static TypedArray obtainStyledAttributes(
82 TypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(set, attrs,
101 /*package*/ static TypedArray resolveAttributes(Resources thisResources, Theme thisTheme,
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTypedArray.java 4 import android.content.res.TypedArray;
10 @Implements(TypedArray.class)
  /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(
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
VerticalGridView.java 17 import android.content.res.TypedArray;
45 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.lbVerticalGridView);
51 void setColumnWidth(TypedArray array) {
  /external/chromium_org/content/renderer/java/
gin_java_bridge_value_converter.cc 58 v8::Handle<v8::TypedArray> typed_array);
70 v8::Handle<v8::TypedArray> typed_array) {
90 explicit TypedArraySerializerImpl(v8::Handle<v8::TypedArray> typed_array)
93 v8::Handle<v8::TypedArray> typed_array_;
100 v8::Handle<v8::TypedArray> typed_array) {
144 TypedArraySerializer::Create(value.As<v8::TypedArray>()));
  /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) {
  /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()
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TypedArrayTest.java 18 private android.content.res.TypedArray typedArray;
22 typedArray = Robolectric.newInstanceOf(android.content.res.TypedArray.class);
32 assertThat(typedArray.getBoolean(0, true), equalTo(true));
33 assertThat(typedArray.getBoolean(0, false), equalTo(false));
38 assertThat(typedArray.getInt(0, 15), equalTo(15));
39 assertThat(typedArray.getInteger(0, 24), equalTo(24));
44 assertThat(typedArray.getFloat(0, 0.5f), equalTo(0.5f));
49 assertThat(typedArray.getDimension(0, 0.5f), equalTo(0.5f))
    [all...]
  /frameworks/base/core/java/android/preference/
CheckBoxPreference.java 20 import android.content.res.TypedArray;
45 final TypedArray a = context.obtainStyledAttributes(attrs,
  /frameworks/base/core/java/android/view/animation/
AccelerateInterpolator.java 22 import android.content.res.TypedArray;
64 TypedArray a;
AlphaAnimation.java 20 import android.content.res.TypedArray;
42 TypedArray a =
AnticipateInterpolator.java 21 import android.content.res.TypedArray;
56 TypedArray a;
CycleInterpolator.java 21 import android.content.res.TypedArray;
47 TypedArray a;

Completed in 447 milliseconds

1 2 3 4 5 6 7 8 91011>>