Home
last modified time | relevance | path

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

/frameworks/support/paging/common/src/main/java/androidx/paging/
DPageResult.java41 @IntDef({INIT, APPEND, PREPEND, TILE})
51 static final int TILE = 3; field in PageResult
DTiledPagedList.java47 if (type != PageResult.INIT && type != PageResult.TILE) {
68 || (type == PageResult.TILE
191 PageResult.TILE, startPosition, count, mMainThreadExecutor, mReceiver); in onPagePlaceholderInserted()