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

/frameworks/support/design/src/android/support/design/widget/
H A DAppBarLayout.java811 private int mOffsetToChildIndexOnLayout = INVALID_POSITION; field in class:AppBarLayout.Behavior
1029 if (mOffsetToChildIndexOnLayout >= 0 && (pendingAction & PENDING_ACTION_FORCE) == 0) {
1030 View child = abl.getChildAt(mOffsetToChildIndexOnLayout);
1058 mOffsetToChildIndexOnLayout = INVALID_POSITION;
1306 mOffsetToChildIndexOnLayout = ss.firstVisibleChildIndex;
1311 mOffsetToChildIndexOnLayout = INVALID_POSITION;

Completed in 2812 milliseconds