packagecom.example.game2048;importjava.util.ArrayList;publicclassGameViewextendsGridLayout{privateListemptyPoints=newArrayList();publicGameView(Contextcontext,AttributeSetattrs,intdefStyle){super(context,attrs,defStyle);//TODOAuto-generatedconstructorstubinitGameVie