Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DSingleRow.java52 } else if (mStartIndex != START_DEFAULT) { in getStartIndexForAppend()
62 } else if (mStartIndex != START_DEFAULT) { in getStartIndexForPrepend()
DGrid.java46 public static final int START_DEFAULT = -1; field in Grid
139 protected int mStartIndex = START_DEFAULT;
DStaggeredGrid.java154 itemIndex = mStartIndex != START_DEFAULT ? mStartIndex : 0; in prependVisbleItemsWithCache()
308 itemIndex = mStartIndex != START_DEFAULT ? mStartIndex : 0; in appendVisbleItemsWithCache()
DStaggeredGridDefault.java268 itemIndex = mStartIndex != START_DEFAULT ? mStartIndex : 0; in appendVisibleItemsWithoutCache()
370 itemIndex = mStartIndex != START_DEFAULT ? mStartIndex : 0; in prependVisibleItemsWithoutCache()