Searched refs:changeBounds2 (Results 1 – 2 of 2) sorted by relevance
57 ChangeBounds changeBounds2 = new ChangeBounds(); in onCreate() local58 changeBounds2.addTarget(R.id.button1); in onCreate()60 mSequencedMove.addTransition(changeBounds1).addTransition(changeBounds2); in onCreate()
78 ChangeBounds changeBounds2 = new ChangeBounds(); in onCreate() local79 changeBounds2.addTarget(buttons[2]); in onCreate()80 group12.addTransition(changeBounds1).addTransition(changeBounds2); in onCreate()