am b2f223e6: am a643b54b: Add missing KeyDrawParams default constructor to fix build

* commit 'b2f223e67d9962b7f37fc27dcbb82a15a06b7bc3':
  Add missing KeyDrawParams default constructor to fix build
main
Tadashi G. Takaoka 2012-08-31 05:12:58 -07:00 committed by Android Git Automerger
commit 423e5e370d
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ public class KeyDrawParams {
public int mAnimAlpha;
public KeyDrawParams() {}
private KeyDrawParams(final KeyDrawParams copyFrom) {
mTypeface = copyFrom.mTypeface;