Home | History | Annotate | Download | only in wm

Lines Matching refs:thumbWidth

512         final float thumbWidth = thumbWidthI > 0 ? thumbWidthI : 1;
516 float scaleW = deviceWidth / thumbWidth;
523 mNextAppTransitionStartX + (thumbWidth / 2f),
544 mNextAppTransitionStartX + (thumbWidth / 2f),
577 final float thumbWidth = thumbWidthI > 0 ? thumbWidthI : 1;
590 scale = thumbWidth / appWidth;
603 int unscaledThumbWidth = (int) (thumbWidth / scale);
654 scale = thumbWidth / appWidth;
667 int unscaledThumbWidth = (int) (thumbWidth / scale);
711 final float thumbWidth = thumbWidthI > 0 ? thumbWidthI : 1;
717 float scaleW = appWidth / thumbWidth;
734 float scaleW = appWidth / thumbWidth;
752 final float thumbWidth = thumbWidthI > 0 ? thumbWidthI : 1;
759 float scaleW = thumbWidth / appWidth;
787 float scaleW = thumbWidth / appWidth;