Searched refs:inOut (Results 1 – 2 of 2) sorted by relevance
151 public void normalizedToSurface(Rect inOut) { in normalizedToSurface() argument154 inOut.left = (int) (inOut.left * sx); in normalizedToSurface()155 inOut.top = (int) (inOut.top * sy); in normalizedToSurface()156 inOut.right = (int) (inOut.right * sx + 0.5f); in normalizedToSurface()157 inOut.bottom = (int) (inOut.bottom * sy + 0.5f); in normalizedToSurface()158 inOut.offset(mContentBounds.left, mContentBounds.top); in normalizedToSurface()
117 void offsetForContent(Rect inOut) { in offsetForContent() argument118 inOut.offset(mContentBounds.left, mContentBounds.top); in offsetForContent()