Searched defs:ti (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java344 public SentenceWordItem(TextInfo ti, int start, int end) { argument
345 mTextInfo = ti;
358 public SentenceTextInfoParams(TextInfo ti, ArrayList<SentenceWordItem> items) { argument
359 mOriginalTextInfo = ti;
388 final TextInfo ti = new TextInfo(query, cookie, query.hashCode());
389 wordItems.add(new SentenceWordItem(ti, wordStart, wordEnd));
/frameworks/native/opengl/libagl/
H A Dtexture.cpp201 int32_t ti = -1; local
210 case GL_UNSIGNED_BYTE: ti = 0; break;
211 case GL_UNSIGNED_SHORT_5_6_5: ti = 1; break;
212 case GL_UNSIGNED_SHORT_4_4_4_4: ti = 2; break;
213 case GL_UNSIGNED_SHORT_5_5_5_1: ti = 3; break;
215 if (fi==-1 || ti==-1)
217 return gl2format_table[fi][ti];
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1405 public Animator interpolator(TimeInterpolator ti, Animator a) { argument
1406 a.setInterpolator(ti);
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2368 size_t ti; local
2369 for (ti=0; ti<N; ti++) {
2370 sp<Type> t = p->getOrderedTypes().itemAt(ti);
2398 for (ti=0; ti<N; ti++) {
2399 sp<Type> t = p->getOrderedTypes().itemAt(ti);
2409 t->setIndex(ti
2462 size_t ti; local
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2637 const type_info& ti = pi->types[t]; local
2638 TABLE_THEME(ALOGI("Desired entry index is %ld in avail %d", e, ti.numEntries));
2639 if (e < ti.numEntries) {
2640 const theme_entry& te = ti.entries[e];
2700 type_info& ti = pi->types[j]; local
2701 if (ti.numEntries == 0) continue;
2704 for (size_t k=0; k<ti.numEntries; k++) {
2705 theme_entry& te = ti.entries[k];
3675 const ssize_t ti = group->basePackage->typeStrings.indexOfString(type, typeLen); local
3676 if (ti <
[all...]

Completed in 149 milliseconds