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

/frameworks/support/design/src/android/support/design/widget/
H A DAppBarLayout.java1289 ss.firstVisibleChildAtMinimumHeight =
1308 mOffsetToChildIndexOnLayoutIsMinHeight = ss.firstVisibleChildAtMinimumHeight;
1318 boolean firstVisibleChildAtMinimumHeight; field in class:AppBarLayout.Behavior.SavedState
1324 firstVisibleChildAtMinimumHeight = source.readByte() != 0;
1336 dest.writeByte((byte) (firstVisibleChildAtMinimumHeight ? 1 : 0));

Completed in 59 milliseconds