HomeSort by relevance Sort by last modified time
    Searched full:slideable (Results 1 - 1 of 1) sorted by null

  /frameworks/support/v4/java/android/support/v4/widget/
SlidingPaneLayout.java 88 * <p>When views do overlap, weight on a slideable pane indicates that the pane should be
91 * that the user may use to grab the slideable view and pull it back over into a closed state.</p>
164 * How far in pixels the slideable panel may move.
187 * Stores whether or not the pane was open the last time it was slideable.
555 canSlide |= lp.slideable = widthRemaining < 0;
556 if (lp.slideable) {
691 if (lp.slideable) {
769 // After the first things will be slideable.
1419 boolean slideable; field in class:SlidingPaneLayout.LayoutParams
    [all...]

Completed in 217 milliseconds