/** Translate the window's layout parameter, from application's view to Screen's view. */
 public void translateWindowLayout(WindowManager.LayoutParams params) {
   params.scale(applicationScale);
 }