Searched refs:contactsIndex (Results 1 – 1 of 1) sorted by relevance
54 int contactsIndex = 0; in onCreate() local55 addContact(contactsContainer, contactsIndex, R.drawable.self_portrait_square_100); in onCreate()56 contactsIndex += 5; in onCreate()57 addContact(contactsContainer, contactsIndex, R.drawable.self_portrait_square_100); in onCreate()58 contactsIndex += 5; in onCreate()59 addContact(contactsContainer, contactsIndex, R.drawable.self_portrait_square_100); in onCreate()