Searched refs:POSITION_DEFAULT (Results 1 – 2 of 2) sorted by relevance
35 int POSITION_DEFAULT = 0; field40 @IntDef(value = {POSITION_DEFAULT, POSITION_FIRST, POSITION_LAST}, flag = true)
19 import static com.android.launcher3.recyclerview.ViewHolderBinder.POSITION_DEFAULT;264 int listPos = (pos > 1) ? POSITION_DEFAULT : POSITION_FIRST; in onBindViewHolder()