| |
---|
| | public Animation getCurrentAnimation() { |
---|
| | return currentAnimation; |
---|
| | } |
---|
| | |
---|
| | public ArrayList<AnimationJson> getAnimationJasonList(){ return animationJsonList; } |
---|
| | |
---|
| | //----------------------------------------------------------------- |
---|
| | // setter |
---|
| | public void setPreferenceUid(Integer preferenceUid) { |
---|
| | SharedPreferences preferences = getSharedPreferences("prefData", MODE_PRIVATE); |
---|
| |
---|
| | |