Searched refs:ds (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/widget/
H A DTextHighlightingAnimation.java146 public void updateDrawState(TextPaint ds) { argument
149 int[] states = ds.drawableState;
164 int color = ds.getColor();
166 ds.setColor(color);
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndapi.c54 if (cursor->cond.ds == NULL) {
61 dicinfo = &(cursor->cond.ds->dic[i]);
235 if ((cursor->cond.ds->mode & (NJ_CACHE_MODE_VALID)) &&
236 (cursor->cond.ds->dic[i].srhCache != NULL) &&
237 (NJ_GET_AIMAI_FROM_SCACHE(cursor->cond.ds->dic[i].srhCache)) &&
241 ret = njd_get_word_data(iwnn, cursor->cond.ds, loctset, (NJ_UINT16)i, &tmp_result.word);
283 ret = njd_get_word_data(iwnn, cursor->cond.ds, loctset, (NJ_UINT16)i, &tmp_result.word);
304 ret = njd_get_word_data(iwnn, cursor->cond.ds, loctset, (NJ_UINT16)i, &(tmp_result.word));
338 (cursor->cond.ds->dic[next].srhCache == NULL))) {
712 if (cursor->cond.ds
[all...]
H A Dndbdic.c1239 pdicinfo = con->ds->dic;
1250 if ((con->ds->dic[hIdx].srhCache == NULL) || (con->ylen == 0) ||
1251 !(con->ds->mode & 0x0001)) {
1261 NJ_SET_CACHEOVER_TO_SCACHE(con->ds->dic[hIdx].srhCache);
1289 pdicinfo = con->ds->dic;
1300 if ((con->ds->dic[hIdx].srhCache == NULL) || (con->ylen == 0) ||
1301 !(con->ds->mode & 0x0001)) {
1556 NJ_SEARCH_CACHE *psrhCache = condition->ds->dic[hidx].srhCache;
1606 key = condition->ds->keyword;
2385 NJ_SEARCH_CACHE *psrhCache = condition->ds
[all...]
H A Dndldic.c208 pdicinfo = con->ds->dic;
221 if ((con->ds->dic[hIdx].srhCache == NULL) || (con->ylen == 0) ||
222 !(con->ds->mode & 0x0001)) {
228 NJ_SET_CACHEOVER_TO_SCACHE(con->ds->dic[hIdx].srhCache);
1957 NJ_SEARCH_CACHE *psrhCache = cond->ds->dic[idx].srhCache;
1982 key = cond->ds->keyword;
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
H A DPointCloud.java144 final float ds = (2.0f * PI * innerRadius / INNER_POINTS);
145 final int bands = (int) Math.round(pointAreaRadius / ds);
150 final int pointsInBand = (int) (circumference / ds);
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
H A DAddressListParserTokenManager.java29 public void setDebugStream(java.io.PrintStream ds) { debugStream = ds; } argument
/packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
H A DContentTypeParserTokenManager.java30 public void setDebugStream(java.io.PrintStream ds) { debugStream = ds; } argument
/packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
H A DDateTimeParserTokenManager.java31 public void setDebugStream(java.io.PrintStream ds) { debugStream = ds; } argument
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
H A Dnj_lib.h190 NJ_DIC_SET *ds; member in struct:__anon28
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/
H A DOpenWnnDictionaryImplJni.c415 work->cursor.cond.ds = &( work->dicSet );

Completed in 625 milliseconds