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

  /frameworks/support/v4/java/android/support/v4/widget/
SlidingPaneLayout.java 83 * <p>When views do overlap, weight on a slideable pane indicates that the pane should be
86 * that the user may use to grab the slideable view and pull it back over into a closed state.</p>
154 * How far in pixels the slideable panel may move.
177 * Stores whether or not the pane was open the last time it was slideable.
531 canSlide |= lp.slideable = widthRemaining < 0;
532 if (lp.slideable) {
658 if (lp.slideable) {
725 // After the first things will be slideable.
845 * Open the sliding pane if it is currently slideable. If first layout
848 * @return true if the pane was slideable and is now open/in the process of openin
1255 boolean slideable; field in class:SlidingPaneLayout.LayoutParams
    [all...]
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 24 milliseconds