Searched defs:pos (Results 51 - 56 of 56) sorted by relevance

123

/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java429 private void ensureVisible(int pos) { argument
430 Rect r = getRectForPosition(pos);
502 Rect getRectForPosition(int pos) { argument
503 int row = pos / mColumns;
504 int col = pos - (row * mColumns);
793 for (int pos : tags) {
794 int row = pos / mColumns;
795 int col = pos - row * mColumns;
1033 int pos = base + col;
1035 final IImage image = mImageList.getImageAt(pos);
[all...]
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackService.java514 int pos = mPreferences.getInt("curpos", 0);
515 if (pos < 0 || pos >= mPlayListLen) {
520 mPlayPos = pos;
1042 int pos = getNextPosition(false);
1043 if (pos < 0) {
1051 mPlayPos = pos;
1053 mPlayPos = pos;
1298 Integer pos = mHistory.remove(histsize - 1);
1299 mPlayPos = pos
1724 setQueuePosition(int pos) argument
1826 seek(long pos) argument
2148 seek(long pos) argument
[all...]
/packages/inputmethods/LatinIME/native/jni/src/
H A Dunigram_dictionary.cpp363 // Update next sibling pos
728 int pos = startPos; local
729 int32_t codePoint = BinaryFormat::getCodePointAndForwardPointer(root, &pos);
734 *outPos = hasMultipleChars ? BinaryFormat::skipOtherCharacters(root, pos) : pos;
741 codePoint = BinaryFormat::getCodePointAndForwardPointer(root, &pos);
745 *outPos = BinaryFormat::skipOtherCharacters(root, pos);
750 codePoint = BinaryFormat::getCodePointAndForwardPointer(root, &pos);
754 *outPos = pos;
791 int pos local
839 int pos = BinaryFormat::getTerminalPosition(root, inWord, length, local
862 getBigramPosition(int pos, unsigned short *word, int offset, int length) const argument
888 int pos = initialPos; local
[all...]
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndbdic.c123 NJ_UINT16 pos, j, bit_all; local
135 pos = (NJ_UINT16)(bit_all >> 3);
136 data = (NJ_UINT16)(NJ_INT16_READ(stem_data + pos));
152 NJ_UINT16 pos, j, bit_all; local
169 pos = (NJ_UINT16)(bit_all >> 3);
170 data = (NJ_UINT16)(NJ_INT16_READ(stem_data + pos));
183 pos = (NJ_UINT16)(bit_all >> 3);
184 data = (NJ_UINT16)(NJ_INT16_READ(stem_data + pos));
213 NJ_UINT16 pos, j, bit_all = 0; local
230 pos
353 NJ_UINT16 pos, j, bit_all; local
395 NJ_UINT16 pos, j, bit_all; local
571 NJ_UINT16 pos, j, bit_all, bit_tmp, bit_idx; local
1998 NJ_UINT16 pos, j, bit_all, bit_tmp, bit_idx; local
2258 NJ_UINT16 pos, j, bit_all; local
[all...]
/packages/inputmethods/PinyinIME/jni/share/
H A Dmatrixsearch.cpp471 for (PoolPosType pos = 0; pos < dmi_pool_used_; pos++) {
472 debug_print_dmi(pos, 1);
480 size_t MatrixSearch::delsearch(size_t pos, bool is_pos_in_splid, argument
485 size_t reset_pos = pos;
488 if (pys_decoded_len_ <= pos) {
489 del_in_pys(pos, 1);
506 if (is_pos_in_splid && spl_id_num_ <= pos)
515 if (fixed_lmas_ > 0 && pos < spl_start
714 uint16 pos = 0; local
945 is_split_at(uint16 pos) argument
1504 uint16 pos = dep->splids_extended; local
[all...]
/packages/apps/Calculator/
H A Darity-2.1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/javia/ org/javia/arity/ org/javia/arity/Compiler ...

Completed in 136 milliseconds

123