Searched refs:mTakePhotoPosition (Results 1 – 1 of 1) sorted by relevance
198 private final int mTakePhotoPosition; field in AvatarPickerActivity.AvatarAdapter215 mTakePhotoPosition = (canTakePhoto ? 0 : NONE); in AvatarAdapter()235 if (position == mTakePhotoPosition) { in onBindViewHolder()258 if ((mTakePhotoPosition == position) && (mLastSelectedPosition != position)) { in onViewHolderSelected()