Home
last modified time | relevance | path

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

/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DInterruptionTest.java55 ChangeBounds changeBounds1 = new ChangeBounds(); in onCreate() local
56 changeBounds1.addTarget(R.id.button); in onCreate()
60 mSequencedMove.addTransition(changeBounds1).addTransition(changeBounds2); in onCreate()
DHierarchicalMove.java76 ChangeBounds changeBounds1 = new ChangeBounds(); in onCreate() local
77 changeBounds1.addTarget(buttons[1]); in onCreate()
80 group12.addTransition(changeBounds1).addTransition(changeBounds2); in onCreate()