OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mWordCount
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Mms/tests/src/com/android/mms/
RecyclerTest.java
64
private int
mWordCount
;
99
mWordCount
= mWords.size();
100
Log.v(TAG, "Loaded dictionary word count: " +
mWordCount
);
136
msg.append(mWords.get(mRandom.nextInt(
mWordCount
)) + " ");
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
Statistics.java
43
int
mWordCount
;
131
mWordCount
= 0;
184
mWordCount
++;
/packages/apps/Mms/tests/src/com/android/mms/ui/
LongThreadTest.java
60
private int
mWordCount
;
103
mWordCount
= mWords.size();
104
Log.v(TAG, "Loaded dictionary word count: " +
mWordCount
);
139
msg.append(mWords.get(mRandom.nextInt(
mWordCount
)) + " ");
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidates1LineViewManager.java
111
private int
mWordCount
;
428
if (
mWordCount
< 1) { /* no candidates */
435
if (
mWordCount
> mDisplayLimit) {
464
if (
mWordCount
> mDisplayLimit) {
480
(CandidateTextView) mViewCandidateList.getChildAt(
mWordCount
);
481
candidateTextView.setCandidateTextView(word,
mWordCount
, mCandidateOnClick,
483
mWnnWordArray.add(
mWordCount
, word);
484
mWordCount
++;
508
mWordCount
= 0;
UserDictionaryToolsList.java
114
private int
mWordCount
= 0;
180
int pos =
mWordCount
- MAX_LIST_WORD_COUNT;
182
mWordCount
= pos;
193
int pos =
mWordCount
+ MAX_LIST_WORD_COUNT;
195
mWordCount
= pos;
428
if (size <=
mWordCount
) {
429
int newPos = (
mWordCount
- MAX_LIST_WORD_COUNT);
430
mWordCount
= (0 <= newPos) ? newPos : 0;
462
mWordCount
= 0;
726
int start =
mWordCount
;
[
all
...]
/prebuilts/devtools/tools/lib/
lint-checks.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar
Completed in 2198 milliseconds