Searched refs:slideable (Results 1 – 1 of 1) sorted by relevance
545 canSlide |= lp.slideable = widthRemaining < 0; in onMeasure()546 if (lp.slideable) { in onMeasure()681 if (lp.slideable) { in onLayout()992 if (mCanSlide && !lp.slideable && mSlideableView != null) { in drawChild()1335 return ((LayoutParams) child.getLayoutParams()).slideable; in tryCaptureView()1436 boolean slideable; field in SlidingPaneLayout.LayoutParams