commit | 3d91492d694cf00474fec792134e496be6ee0313 | [log] [tgz] |
---|---|---|
author | Mitsuru Oshima <oshima@google.com> | Wed May 13 22:29:15 2009 -0700 |
committer | Mitsuru Oshima <oshima@google.com> | Thu May 14 12:59:40 2009 -0700 |
tree | 7f1043722141e1f051cdbe135285133cf07e6638 | |
parent | 02c1c46fff22490f884f05520d58eadae1442db8 [diff] |
fix window layout problem in ViewRoot * don't scale LayoutParams (this must be app's scale). * scale the layout params' coordinates & size only when requesting layout. In SurfaceView, window's x,y wasn't scaled before sending to window manager.