OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
151
TypedArray
typedArray
= context.obtainStyledAttributes(
153
mMisspelledUnderlineThickness =
typedArray
.getDimension(
155
mMisspelledUnderlineColor =
typedArray
.getColor(
159
typedArray
= context.obtainStyledAttributes(
161
mEasyCorrectUnderlineThickness =
typedArray
.getDimension(
163
mEasyCorrectUnderlineColor =
typedArray
.getColor(
167
typedArray
= context.obtainStyledAttributes(
169
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 331 milliseconds