Searched defs:getRowCount (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
H A DAbstractKeyboardBuilder.java74 int getRowCount() { method in class:AbstractKeyboardBuilder
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactTileAdapter.java292 return getRowCount(mContactCursor.getCount());
295 int starredRowCount = getRowCount(mDividerPosition);
315 protected int getRowCount(int entryCount) { method in class:ContactTileAdapter
343 if (position < getRowCount(mDividerPosition)) {
356 contactIndex = position - getRowCount(mDividerPosition) - 1 + mDividerPosition;
381 return position != getRowCount(mDividerPosition);
447 if (position < getRowCount(mDividerPosition)) {
449 } else if (position == getRowCount(mDividerPosition)) {
468 return getRowCount(mDividerPosition);
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 377 milliseconds