Home | History | Annotate | Download | only in photo

Lines Matching refs:totalHeight

866         final int totalHeight = mRootView.getMeasuredHeight();
878 final float scaleY = (float) mAnimationStartHeight / totalHeight;
884 totalHeight, scale);
953 final int totalHeight = mRootView.getMeasuredHeight();
960 final float scaleY = (float) mAnimationStartHeight / totalHeight;
966 totalHeight, scale);