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

/frameworks/base/core/java/android/widget/
H A DAdapter.java110 static final int IGNORE_ITEM_VIEW_TYPE = AdapterView.ITEM_VIEW_TYPE_IGNORE;
H A DAdapterView.java54 public static final int ITEM_VIEW_TYPE_IGNORE = -1; field in class:AdapterView
H A DAbsListView.java6242 @ViewDebug.IntToString(from = ITEM_VIEW_TYPE_IGNORE, to = "ITEM_VIEW_TYPE_IGNORE"),
6443 // Note: We do place AdapterView.ITEM_VIEW_TYPE_IGNORE in active views.
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAdapterViewCompat.java58 static final int ITEM_VIEW_TYPE_IGNORE = -1; field in class:AdapterViewCompat

Completed in 109 milliseconds