HomeSort by relevance Sort by last modified time
    Searched refs:typedArray (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/text/style/
SuggestionSpan.java 20 import android.content.res.TypedArray;
159 TypedArray typedArray = context.obtainStyledAttributes(
161 mMisspelledUnderlineThickness = typedArray.getDimension(
163 mMisspelledUnderlineColor = typedArray.getColor(
167 typedArray = context.obtainStyledAttributes(
169 mEasyCorrectUnderlineThickness = typedArray.getDimension(
171 mEasyCorrectUnderlineColor = typedArray.getColor(
175 typedArray = context.obtainStyledAttributes(
177 mAutoCorrectionUnderlineThickness = typedArray.getDimension
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/util/
LocalizedNameResolver.java 28 import android.content.res.TypedArray;
120 final TypedArray typedArray = context.obtainStyledAttributes(attrs,
124 final String nonResourceString = typedArray.getNonResourceString(
132 int id = typedArray.getResourceId(
150 typedArray.recycle();
  /external/skia/src/animator/
SkAnimatorScript2.cpp 430 SkDisplayArray* typedArray = (SkDisplayArray*) displayable;
431 original = typedArray->values.getType();
539 "<typedArray id='emptyArray' />"
540 "<typedArray id='intArray' values='[1, 4, 6]' />"
SkAnimatorScript.cpp 253 SkDisplayArray* typedArray = (SkDisplayArray*) displayable;
254 original = typedArray->values.getType();
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
gbemu.js     [all...]

Completed in 1551 milliseconds