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

  /frameworks/base/core/java/android/text/style/
SuggestionSpan.java 20 import android.content.res.TypedArray;
155 TypedArray typedArray = context.obtainStyledAttributes(
157 mMisspelledUnderlineThickness = typedArray.getDimension(
159 mMisspelledUnderlineColor = typedArray.getColor(
163 typedArray = context.obtainStyledAttributes(
165 mEasyCorrectUnderlineThickness = typedArray.getDimension(
167 mEasyCorrectUnderlineColor = typedArray.getColor(
171 typedArray = context.obtainStyledAttributes(
173 mAutoCorrectionUnderlineThickness = typedArray.getDimension
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/util/
LocalizedNameResolver.java 30 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 423 SkDisplayArray* typedArray = (SkDisplayArray*) displayable;
424 original = typedArray->values.getType();
532 "<typedArray id='emptyArray' />"
533 "<typedArray id='intArray' values='[1, 4, 6]' />"
SkAnimatorScript.cpp 261 SkDisplayArray* typedArray = (SkDisplayArray*) displayable;
262 original = typedArray->values.getType();

Completed in 92 milliseconds