Searched refs:slideable (Results 1 – 1 of 1) sorted by relevance
458 canSlide |= lp.slideable = heightRemaining < 0; in onMeasure()459 if (lp.slideable) { in onMeasure()589 if (lp.slideable) { in onLayout()819 if (mCanSlide && !lp.slideable && mSlideableView != null) { in drawChild()1022 return ((LayoutParams) child.getLayoutParams()).slideable; in tryCaptureView()1223 boolean slideable; field in OverlappingPaneLayout.LayoutParams