am a643b54b: Add missing KeyDrawParams default constructor to fix build

* commit 'a643b54b4daa262f7b6d5136c7ac54328bc09050':
  Add missing KeyDrawParams default constructor to fix build
main
Tadashi G. Takaoka 2012-08-31 05:00:33 -07:00 committed by Android Git Automerger
commit b2f223e67d
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;