Searched defs:childCount (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
H A DTabStripView.java72 protected int getChildDrawingOrder(int childCount, int i) { argument
75 if (i == childCount - 1) {
/packages/inputmethods/LatinIME/native/src/
H A Dcorrection_state.h56 const uint16_t childCount, const bool traverseAll) {
58 state->mChildCount = childCount;
55 initCorrectionState(CorrectionState *state, const int rootPos, const uint16_t childCount, const bool traverseAll) argument
H A Dcorrection.cpp139 const int rootPos, const int childCount, const bool traverseAll) {
140 latinime::initCorrectionState(mCorrectionStates, rootPos, childCount, traverseAll);
224 const int parentIndex, const int childCount, const int firstChildPos) {
226 mCorrectionStates[mOutputIndex].mChildCount = childCount;
223 goDownTree( const int parentIndex, const int childCount, const int firstChildPos) argument
H A Dunigram_dictionary.cpp326 int childCount = Dictionary::getCount(DICT_ROOT, &rootPosition); local
329 mCorrection->initCorrectionState(rootPosition, childCount, (mInputLength <= 0));
338 mCorrection, &childCount, &firstChildPos, &siblingPos);
344 outputIndex = mCorrection->goDownTree(outputIndex, childCount, firstChildPos);
/packages/apps/Email/src/com/android/email/activity/
H A DMailboxFragmentAdapter.java340 CursorWithExtras(Cursor cursor, int childCount) { argument
342 mChildCount = childCount;
544 final int childCount = userMailboxCursor.getCount();
561 if (childCount > 0) {
598 return new CursorWithExtras(returnCursor, childCount);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragLayer.java634 protected int getChildDrawingOrder(int childCount, int i) { argument
638 return super.getChildDrawingOrder(childCount, i);

Completed in 80 milliseconds