Searched refs:offsetScale (Results 1 – 1 of 1) sorted by relevance
322 float offsetScale = (scale / mWindowScale - 1.0f) * 0.5f; in updateWindowParams() local325 int x = (int)(mWindowX + mLiveTranslationX - width * offsetScale); in updateWindowParams()326 int y = (int)(mWindowY + mLiveTranslationY - height * offsetScale); in updateWindowParams()332 + ", offsetScale=" + offsetScale in updateWindowParams()