Home
last modified time | relevance | path

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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DSingleRow.java51 } else if (mStartIndex != START_DEFAULT) { in getStartIndexForAppend()
61 } else if (mStartIndex != START_DEFAULT) { in getStartIndexForPrepend()
DGrid.java41 public static final int START_DEFAULT = -1; field in Grid
119 protected int mStartIndex = START_DEFAULT;
DStaggeredGrid.java159 itemIndex = mStartIndex != START_DEFAULT ? mStartIndex : 0; in prependVisbleItemsWithCache()
312 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()