Searched defs:mExpandedMarginBottom (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/design/src/android/support/design/widget/
H A DCollapsingToolbarLayout.java117 private int mExpandedMarginBottom; field in class:CollapsingToolbarLayout
165 mExpandedMarginStart = mExpandedMarginTop = mExpandedMarginEnd = mExpandedMarginBottom =
181 mExpandedMarginBottom = a.getDimensionPixelSize(
472 bottom - top - mExpandedMarginBottom);
961 mExpandedMarginBottom = bottom;
1035 return mExpandedMarginBottom;
1046 mExpandedMarginBottom = margin;

Completed in 53 milliseconds