Home | History | Annotate | Download | only in wm

Lines Matching defs:thumbHeight

514         final float thumbHeight = thumbHeightI > 0 ? thumbHeightI : 1;
518 float unscaledHeight = thumbHeight * scaleW;
519 float unscaledStartY = mNextAppTransitionStartY - (unscaledHeight - thumbHeight) / 2f;
524 mNextAppTransitionStartY + (thumbHeight / 2f));
545 mNextAppTransitionStartY + (thumbHeight / 2f));
579 final float thumbHeight = thumbHeightI > 0 ? thumbHeightI : 1;
592 int unscaledThumbHeight = (int) (thumbHeight / scale);
601 scale = thumbHeight / (appHeight - contentInsets.top);
604 int unscaledThumbHeight = (int) (thumbHeight / scale);
656 int unscaledThumbHeight = (int) (thumbHeight / scale);
665 scale = thumbHeight / (appHeight - contentInsets.top);
668 int unscaledThumbHeight = (int) (thumbHeight / scale);
713 final float thumbHeight = thumbHeightI > 0 ? thumbHeightI : 1;
718 float scaleH = appHeight / thumbHeight;
735 float scaleH = appHeight / thumbHeight;
754 final float thumbHeight = thumbHeightI > 0 ? thumbHeightI : 1;
760 float scaleH = thumbHeight / appHeight;
788 float scaleH = thumbHeight / appHeight;