Searched refs:SUGGESTION (Results 1 – 2 of 2) sorted by relevance
68 @IntDef({RowType.STARRED_HEADER, RowType.SUGGESTION_HEADER, RowType.STARRED, RowType.SUGGESTION})74 int SUGGESTION = 4; field120 case RowType.SUGGESTION: in onCreateViewHolder()156 case RowType.SUGGESTION: in onBindViewHolder()199 positionToRowTypeMap.put(i + NON_CONTACT_ITEM_NUMBER_BEFORE_SUGGESTION, RowType.SUGGESTION); in updatePositionToRowTypeMap()219 case RowType.SUGGESTION: in getSpanSizeLookup()328 return !speedDialUiItems.isEmpty() && getItemViewType(getItemCount() - 1) == RowType.SUGGESTION;
18 SUGGESTION = 1; enumerator