Home
last modified time | relevance | path

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

/frameworks/support/design/src/android/support/design/widget/
DAppBarLayout.java767 private float mOffsetToChildIndexOnLayoutPerc; field in AppBarLayout.Behavior
1046 offset += Math.round(child.getHeight() * mOffsetToChildIndexOnLayoutPerc);
1268 mOffsetToChildIndexOnLayoutPerc = ss.firstVisibileChildPercentageShown; in onRestoreInstanceState()