Searched refs:POSITION_TYPE_NEW_OR_LAID_OUT (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DAdapterHelper.java50 final static int POSITION_TYPE_NEW_OR_LAID_OUT = 1; field in class:AdapterHelper
156 type = POSITION_TYPE_NEW_OR_LAID_OUT;
160 if (type == POSITION_TYPE_NEW_OR_LAID_OUT) {
203 type = POSITION_TYPE_NEW_OR_LAID_OUT;
205 if (type == POSITION_TYPE_NEW_OR_LAID_OUT) {

Completed in 95 milliseconds