Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DAdapterHelper.java46 static final int POSITION_TYPE_INVISIBLE = 0; field in AdapterHelper
147 if (type == POSITION_TYPE_INVISIBLE) { in applyRemove()
165 type = POSITION_TYPE_INVISIBLE; in applyRemove()
179 if (type == POSITION_TYPE_INVISIBLE) { in applyRemove()
194 if (type == POSITION_TYPE_INVISIBLE) { in applyUpdate()
210 type = POSITION_TYPE_INVISIBLE; in applyUpdate()
219 if (type == POSITION_TYPE_INVISIBLE) { in applyUpdate()