Home
last modified time | relevance | path

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

/frameworks/support/design/src/android/support/design/widget/
DAppBarLayout.java765 private int mOffsetToChildIndexOnLayout = INVALID_POSITION; field in AppBarLayout.Behavior
1040 } else if (mOffsetToChildIndexOnLayout >= 0) {
1041 View child = abl.getChildAt(mOffsetToChildIndexOnLayout);
1053 mOffsetToChildIndexOnLayout = INVALID_POSITION;
1267 mOffsetToChildIndexOnLayout = ss.firstVisibleChildIndex; in onRestoreInstanceState()
1272 mOffsetToChildIndexOnLayout = INVALID_POSITION; in onRestoreInstanceState()