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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactTileAdapter.java532 private void addTileFromEntry(ContactEntry entry, int childIndex, boolean isLastRow) { argument
535 if (getChildCount() <= childIndex) {
553 contactTile = (ContactTileView) getChildAt(childIndex);
562 childIndex >= mColumnCount - 1 ? 0 : mPaddingInPixels,
/packages/apps/Dialer/src/com/android/dialer/list/
H A DPhoneFavoritesTileAdapter.java795 private void addTileFromEntry(ContactEntry entry, int childIndex, boolean isLastRow) { argument
798 if (getChildCount() <= childIndex) {
816 contactTile = (PhoneFavoriteTileView) getChildAt(childIndex);
825 childIndex >= mColumnCount - 1 ? 0 : mPaddingInPixels, 0);
826 entryIndex = getFirstContactEntryIndexForPosition(mPosition) + childIndex;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java763 protected boolean shouldSetTopAlignedPivotForWidget(int childIndex) { argument

Completed in 225 milliseconds