Home | History | Annotate | Download | only in photo

Lines Matching refs:totalWidth

911         final int totalWidth = mRootView.getMeasuredWidth();
923 final float scaleW = (float) mAnimationStartWidth / totalWidth;
928 totalWidth, scale);
998 final int totalWidth = mRootView.getMeasuredWidth();
1005 final float scaleW = (float) mAnimationStartWidth / totalWidth;
1010 totalWidth, scale);
1115 int totalWidth = mRootView.getMeasuredWidth();
1116 if (totalWidth == 0) {