Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/transition/
H A DTransitionTest.java50 View square3 = mActivity.findViewById(R.id.square3); in testClone() local
57 fade.excludeChildren(square3, true); in testClone()
60 fade.excludeTarget(R.id.square3, true); in testClone()
/aosp12/frameworks/base/core/tests/coretests/src/android/animation/
H A DAnimatorSetActivityTest.java83 View square3 = mActivity.findViewById(R.id.square3); in setUp() local
86 a3 = ObjectAnimator.ofFloat(square3, View.ROTATION, 0, 90).setDuration(450); in setUp()