Home
last modified time | relevance | path

Searched refs:changeBounds2 (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DInterruptionTest.java57 ChangeBounds changeBounds2 = new ChangeBounds(); in onCreate() local
58 changeBounds2.addTarget(R.id.button1); in onCreate()
60 mSequencedMove.addTransition(changeBounds1).addTransition(changeBounds2); in onCreate()
DHierarchicalMove.java78 ChangeBounds changeBounds2 = new ChangeBounds(); in onCreate() local
79 changeBounds2.addTarget(buttons[2]); in onCreate()
80 group12.addTransition(changeBounds1).addTransition(changeBounds2); in onCreate()