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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DAdapterHelper.java48 final static int POSITION_TYPE_INVISIBLE = 0; field in class:AdapterHelper
149 if (type == POSITION_TYPE_INVISIBLE) {
167 type = POSITION_TYPE_INVISIBLE;
181 if (type == POSITION_TYPE_INVISIBLE) {
196 if (type == POSITION_TYPE_INVISIBLE) {
212 type = POSITION_TYPE_INVISIBLE;
221 if (type == POSITION_TYPE_INVISIBLE) {

Completed in 59 milliseconds