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

  /frameworks/base/core/java/com/android/internal/widget/
AdapterHelper.java 48 static final int POSITION_TYPE_NEW_OR_LAID_OUT = 1;
154 type = POSITION_TYPE_NEW_OR_LAID_OUT;
158 if (type == POSITION_TYPE_NEW_OR_LAID_OUT) {
201 type = POSITION_TYPE_NEW_OR_LAID_OUT;
203 if (type == POSITION_TYPE_NEW_OR_LAID_OUT) {
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
AdapterHelper.java 49 static final int POSITION_TYPE_NEW_OR_LAID_OUT = 1;
155 type = POSITION_TYPE_NEW_OR_LAID_OUT;
159 if (type == POSITION_TYPE_NEW_OR_LAID_OUT) {
202 type = POSITION_TYPE_NEW_OR_LAID_OUT;
204 if (type == POSITION_TYPE_NEW_OR_LAID_OUT) {

Completed in 106 milliseconds