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

/packages/apps/Dialer/src/com/android/dialer/widget/
H A DOverlappingPaneLayout.java103 * How far in pixels the slideable panel may move.
157 * Stores whether or not the pane was open the last time it was slideable.
459 canSlide |= lp.slideable = heightRemaining < 0;
460 if (lp.slideable) {
590 if (lp.slideable) {
643 // After the first things will be slideable.
743 * Open the sliding pane if it is currently slideable. If first layout
746 * @return true if the pane was slideable and is now open/in the process of opening
753 * Close the sliding pane if it is currently slideable. If first layout
756 * @return true if the pane was slideable an
1208 boolean slideable; field in class:OverlappingPaneLayout.LayoutParams
[all...]

Completed in 189 milliseconds