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

  /frameworks/support/core-ui/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.
559 canSlide |= lp.slideable = widthRemaining < 0;
560 if (lp.slideable) {
695 if (lp.slideable) {
772 // After the first things will be slideable.
1422 boolean slideable; field in class:SlidingPaneLayout.LayoutParams
    [all...]

Completed in 531 milliseconds