Searched refs:profileRecord (Results 1 – 2 of 2) sorted by relevance
323 ProfileRecord profileRecord = mProfiles.get(position); in onBindViewHolder() local324 Drawable circleIcon = getCircularProfileRecordIcon(profileRecord); in onBindViewHolder()325 if (profileRecord.mType == ProfileRecord.ADD_PROFILE) { in onBindViewHolder()328 } else if (profileRecord.mInfo != null) { in onBindViewHolder()331 profileRecord.mInfo.id); in onBindViewHolder()336 holder.mProfileNameTextView.setText(getProfileRecordName(profileRecord)); in onBindViewHolder()343 switch (profileRecord.mType) { in onBindViewHolder()370 holder.mView.setOnClickListener(v -> handleProfileSwitch(profileRecord.mInfo)); in onBindViewHolder()443 private Drawable getCircularProfileRecordIcon(ProfileRecord profileRecord) { in getCircularProfileRecordIcon() argument445 switch (profileRecord.mType) { in getCircularProfileRecordIcon()[all …]
1853 ProfileRecord profileRecord = getProfileRecord(forUser);1854 if (profileRecord == null) {1859 (int) (SystemClock.elapsedRealtime() - profileRecord.loadingStartTime));