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

/frameworks/support/design/src/android/support/design/widget/
H A DAppBarLayout.java1288 ss.firstVisibleChildIndex = i;
1306 mOffsetToChildIndexOnLayout = ss.firstVisibleChildIndex;
1316 int firstVisibleChildIndex; field in class:AppBarLayout.Behavior.SavedState
1322 firstVisibleChildIndex = source.readInt();
1334 dest.writeInt(firstVisibleChildIndex);

Completed in 76 milliseconds