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

/frameworks/support/design/src/android/support/design/widget/
H A DCollapsingToolbarLayout.java747 COLLAPSE_MODE_OFF,
757 public static final int COLLAPSE_MODE_OFF = 0; field in class:CollapsingToolbarLayout.LayoutParams
771 int mCollapseMode = COLLAPSE_MODE_OFF;
781 COLLAPSE_MODE_OFF);
811 * @param collapseMode one of {@link #COLLAPSE_MODE_OFF}, {@link #COLLAPSE_MODE_PIN}
821 * @return the current mode. One of {@link #COLLAPSE_MODE_OFF}, {@link #COLLAPSE_MODE_PIN}

Completed in 206 milliseconds