HomeSort by relevance Sort by last modified time
    Searched defs:POSITION_TYPE_INVISIBLE (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
AdapterHelper.java 46 static final int POSITION_TYPE_INVISIBLE = 0;
147 if (type == POSITION_TYPE_INVISIBLE) {
165 type = POSITION_TYPE_INVISIBLE;
179 if (type == POSITION_TYPE_INVISIBLE) {
194 if (type == POSITION_TYPE_INVISIBLE) {
210 type = POSITION_TYPE_INVISIBLE;
219 if (type == POSITION_TYPE_INVISIBLE) {
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
AdapterHelper.java 47 static final int POSITION_TYPE_INVISIBLE = 0;
148 if (type == POSITION_TYPE_INVISIBLE) {
166 type = POSITION_TYPE_INVISIBLE;
180 if (type == POSITION_TYPE_INVISIBLE) {
195 if (type == POSITION_TYPE_INVISIBLE) {
211 type = POSITION_TYPE_INVISIBLE;
220 if (type == POSITION_TYPE_INVISIBLE) {

Completed in 70 milliseconds