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

/frameworks/support/design/src/android/support/design/widget/
H A DCollapsingToolbarLayout.java1140 COLLAPSE_MODE_OFF,
1150 public static final int COLLAPSE_MODE_OFF = 0; field in class:CollapsingToolbarLayout.LayoutParams
1164 int mCollapseMode = COLLAPSE_MODE_OFF;
1174 COLLAPSE_MODE_OFF);
1206 * @param collapseMode one of {@link #COLLAPSE_MODE_OFF}, {@link #COLLAPSE_MODE_PIN}
1216 * @return the current mode. One of {@link #COLLAPSE_MODE_OFF}, {@link #COLLAPSE_MODE_PIN}

Completed in 75 milliseconds