Searched refs:mChoosePhotoPosition (Results 1 – 1 of 1) sorted by relevance
199 private final int mChoosePhotoPosition; field in AvatarPickerActivity.AvatarAdapter216 mChoosePhotoPosition = (canChoosePhoto ? (canTakePhoto ? 1 : 0) : NONE); in AvatarAdapter()239 } else if (position == mChoosePhotoPosition) { in onBindViewHolder()260 } else if ((mChoosePhotoPosition == position) && (mLastSelectedPosition != position)) { in onViewHolderSelected()